Skip to content

Commit

Permalink
chore: fix typo in apiAsyncComponent.ts (#12912)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarabei committed Dec 27, 2022
1 parent 34c6192 commit 0e8511a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v3/apiAsyncComponent.ts
Expand Up @@ -47,7 +47,7 @@ export function defineAsyncComponent(

if (__DEV__ && suspensible) {
warn(
`The suspensiblbe option for async components is not supported in Vue2. It is ignored.`
`The suspensible option for async components is not supported in Vue2. It is ignored.`
)
}

Expand Down

0 comments on commit 0e8511a

Please sign in to comment.