We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00aa56 commit e508ee0Copy full SHA for e508ee0
packages/compiler-sfc/src/compileScript.ts
@@ -151,7 +151,7 @@ export function compileScript(
151
// TODO remove on 3.2
152
if (sfc.template && sfc.template.attrs['inherit-attrs'] === 'false') {
153
warnOnce(
154
- `experimetnal support for <template inherit-attrs="false"> support has ` +
+ `Experimental support for <template inherit-attrs="false"> support has ` +
155
`been removed. Use a <script> block with \`export default\` to ` +
156
`declare options.`
157
)
0 commit comments