Skip to content

Commit 11b12cf

Browse files
authored
docs(api-plugin): add a missing parenthesis (#17751)
1 parent d81de48 commit 11b12cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/api-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ Vite plugins can also provide hooks that serve Vite-specific purposes. These hoo
400400
```
401401

402402
::: warning Note
403-
This hook won't be called if you are using a framework that has custom handling of entry files (for example [SvelteKit](https://github.com/sveltejs/kit/discussions/8269#discussioncomment-4509145).
403+
This hook won't be called if you are using a framework that has custom handling of entry files (for example [SvelteKit](https://github.com/sveltejs/kit/discussions/8269#discussioncomment-4509145)).
404404
:::
405405

406406
### `handleHotUpdate`

0 commit comments

Comments
 (0)