Skip to content

Commit 7d858f4

Browse files
committed
docs: fix typo
1 parent 57431e7 commit 7d858f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/cookbook/usage-of-client-app-enhance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default defineClientAppEnhance(({ app, router, siteData }) => {
8181
```
8282

8383
::: warning
84-
It not recommended to use `addRoute` method to add dynamic routes here, because those routes will **NOT** be pre-rendered in build mode.
84+
It's not recommended to use `addRoute` method to add dynamic routes here, because those routes will **NOT** be pre-rendered in build mode.
8585

8686
But you can still do that if you understand the drawback.
8787
:::

0 commit comments

Comments
 (0)