Skip to content

Commit 1cece45

Browse files
fix type
1 parent c123a4a commit 1cece45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/using-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export default defineConfig({
128128

129129
## Build hooks
130130

131-
To interact with the code generation process, a plugin may include "hooks". Hooks are function that are are called at various stages of the generation. Hooks can affect how a build is run, add a file to the output, or modify a build once complete.
131+
To interact with the code generation process, a plugin may include "hooks". Hooks are function that are are called at various stages of the generation. Hooks can affect how a build is run, add a file to the output, or modify a build once complete.
132132

133133
```mermaid
134134
---

0 commit comments

Comments
 (0)