Skip to content

Commit 823beae

Browse files
committed
Fix
1 parent becd33e commit 823beae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/apitally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ A more detailed [setup guide for Elysia](https://docs.apitally.io/frameworks/ely
5353

5454
## Consumers
5555

56-
You can associate requests with consumer identifiers, allowing you get insights into API adoption and filter logs and metrics by consumer.
56+
You can associate requests with consumer identifiers, allowing you to get insights into API adoption and filter logs and metrics by consumer.
5757

5858
```typescript
5959
app.derive(async ({ apitally, jwt, cookie: { auth } }) => {
@@ -68,7 +68,7 @@ app.derive(async ({ apitally, jwt, cookie: { auth } }) => {
6868

6969
## Logs
7070

71-
Capturing request and applications logs is disabled by default. You can enable it by passing the `requestLogging` option to the plugin and
71+
Capturing request and application logs is disabled by default. You can enable it by passing the `requestLogging` option to the plugin and
7272
configure in detail what's included in the logs.
7373

7474
```typescript

0 commit comments

Comments
 (0)