Skip to content

Commit 2aab455

Browse files
authored
docs: change html to HTML (#13481)
1 parent ea1bcc9 commit 2aab455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/api-plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Vite plugins can also provide hooks that serve Vite-specific purposes. These hoo
345345
- An array of tag descriptor objects (`{ tag, attrs, children }`) to inject to the existing HTML. Each tag can also specify where it should be injected to (default is prepending to `<head>`)
346346
- An object containing both as `{ html, tags }`
347347

348-
By default `order` is `undefined`, with this hook applied after the html has been transformed. In order to inject a script that should go through the Vite plugins pipeline, `order: 'pre'` will apply the hook before processing the HTML. `order: 'post'` applies the hook after all hooks with `order` undefined are applied.
348+
By default `order` is `undefined`, with this hook applied after the HTML has been transformed. In order to inject a script that should go through the Vite plugins pipeline, `order: 'pre'` will apply the hook before processing the HTML. `order: 'post'` applies the hook after all hooks with `order` undefined are applied.
349349

350350
**Basic Example:**
351351

0 commit comments

Comments
 (0)