Skip to content

Commit f03feee

Browse files
authored
chore: fix typo (#104)
1 parent 5893092 commit f03feee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ interface VitePluginInspectorOptions {
129129

130130
/**
131131
* append an import to the module id ending with `appendTo` instead of adding a script into body
132-
* useful for frameworks that do not support trannsformIndexHtml hook (e.g. Nuxt3)
132+
* useful for frameworks that do not support transformIndexHtml hook (e.g. Nuxt3)
133133
*
134134
* WARNING: only set this if you know exactly what it does.
135135
*/

packages/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ interface VitePluginInspectorOptions {
129129

130130
/**
131131
* append an import to the module id ending with `appendTo` instead of adding a script into body
132-
* useful for frameworks that do not support trannsformIndexHtml hook (e.g. Nuxt3)
132+
* useful for frameworks that do not support transformIndexHtml hook (e.g. Nuxt3)
133133
*
134134
* WARNING: only set this if you know exactly what it does.
135135
*/

packages/unplugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ interface VitePluginInspectorOptions {
129129

130130
/**
131131
* append an import to the module id ending with `appendTo` instead of adding a script into body
132-
* useful for frameworks that do not support trannsformIndexHtml hook (e.g. Nuxt3)
132+
* useful for frameworks that do not support transformIndexHtml hook (e.g. Nuxt3)
133133
*
134134
* WARNING: only set this if you know exactly what it does.
135135
*/

0 commit comments

Comments
 (0)