Skip to content

Commit ca28ac7

Browse files
authored
Update plugin.md
Updated grammar
1 parent 79d2e48 commit ca28ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/concept/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const app = new Elysia()
8989
Config type will be inferred into `use`, generating auto completion and type strict as intend.
9090

9191
## Plugin deduplication
92-
By default, Elysia will registered any plugin and handle type definitions which when using multiple times will results in a multiple duplication of setting value or routes.
92+
By default, Elysia will register any plugin and handle type definitions which when using multiple times will results in a multiple duplication of setting value or routes.
9393

9494
This can be fixed by providing name and optional seeds to help Elysia identify instance duplication:
9595
```ts

0 commit comments

Comments
 (0)