Skip to content

Commit 6f756a1

Browse files
authored
doc: fix an incomplete sentence (#550)
1 parent 0052d43 commit 6f756a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/essential/plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ const app = new Elysia()
210210

211211
<Playground :elysia="demo2" />
212212

213-
Once passed to `Elysia.use`, functional callback behaves as a normal plugin except the property is assigned directly to
213+
Once passed to `Elysia.use`, functional callback behaves as a normal plugin except the property is assigned directly to the main instance.
214214

215215
::: tip
216216
You shall not worry about the performance difference between a functional callback and creating an instance.

0 commit comments

Comments
 (0)