Skip to content

Commit e508ee0

Browse files
authored
chore: fix typo in inherit-attrs warning (#4094)
1 parent e00aa56 commit e508ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export function compileScript(
151151
// TODO remove on 3.2
152152
if (sfc.template && sfc.template.attrs['inherit-attrs'] === 'false') {
153153
warnOnce(
154-
`experimetnal support for <template inherit-attrs="false"> support has ` +
154+
`Experimental support for <template inherit-attrs="false"> support has ` +
155155
`been removed. Use a <script> block with \`export default\` to ` +
156156
`declare options.`
157157
)

0 commit comments

Comments
 (0)