chore: fix typo in inherit-attrs warning (#4094)

This commit is contained in:
Tan Zhen Yong 2021-07-16 03:45:23 +08:00 committed by GitHub
parent e00aa56658
commit e508ee08e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ export function compileScript(
// TODO remove on 3.2
if (sfc.template && sfc.template.attrs['inherit-attrs'] === 'false') {
warnOnce(
`experimetnal support for <template inherit-attrs="false"> support has ` +
`Experimental support for <template inherit-attrs="false"> support has ` +
`been removed. Use a <script> block with \`export default\` to ` +
`declare options.`
)