We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0052d43 commit 6f756a1Copy full SHA for 6f756a1
docs/essential/plugin.md
@@ -210,7 +210,7 @@ const app = new Elysia()
210
211
<Playground :elysia="demo2" />
212
213
-Once passed to `Elysia.use`, functional callback behaves as a normal plugin except the property is assigned directly to
+Once passed to `Elysia.use`, functional callback behaves as a normal plugin except the property is assigned directly to the main instance.
214
215
::: tip
216
You shall not worry about the performance difference between a functional callback and creating an instance.
0 commit comments