Skip to content

Commit b4b74ef

Browse files
authored
Update plugin.md
Fix small typo
1 parent fda61e3 commit b4b74ef

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
@@ -90,7 +90,7 @@ Config type will be inferred into `use`, generating auto completion and type str
9090

9191
## Plugin deduplication
9292

93-
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.
93+
By default, Elysia will register any plugin and handle type definitions which when using multiple times will result in a multiple duplication of setting value or routes.
9494

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

0 commit comments

Comments
 (0)