Skip to content

Commit 294ceac

Browse files
committed
Grammar: Add article 'a' x2
1 parent fa2678b commit 294ceac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concept/plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ import { plugin } from './plugin'
6565
const app = new Elysia().use(plugin).listen(8080)
6666
```
6767

68-
Functional callback will allow user to access main instance values like routes, schema, store, etc.
68+
Functional callback will allow a user to access main instance values like routes, schema, store, etc.
6969

7070
## Config
7171

72-
You can customize a plugin by creating function to return callback which accepts Elysia.
72+
You can customize a plugin by creating a function to return callback which accepts Elysia.
7373

7474
```typescript
7575
import { Elysia } from 'elysia'

0 commit comments

Comments
 (0)