Skip to content

Commit

Permalink
fix(compiler-sfc): typo in experimental feature warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Jun 7, 2023
1 parent 121896e commit 87a8014
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/compiler-sfc/src/script/defineModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function processDefineModel(

warnOnce(
`This project is using defineModel(), which is an experimental ` +
` feature. It may receive breaking changes or be removed in the future, so ` +
`feature. It may receive breaking changes or be removed in the future, so ` +
`use at your own risk.\n` +
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.`
)
Expand Down
2 changes: 1 addition & 1 deletion packages/compiler-sfc/src/script/definePropsDestructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function processPropsDestructure(

warnOnce(
`This project is using reactive props destructure, which is an experimental ` +
` feature. It may receive breaking changes or be removed in the future, so ` +
`feature. It may receive breaking changes or be removed in the future, so ` +
`use at your own risk.\n` +
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/502.`
)
Expand Down

0 comments on commit 87a8014

Please sign in to comment.