Skip to content

Commit fd1a3f9

Browse files
authored
fix(compiler-sfc): typo in experimental feature warnings (#8513)
1 parent 1941a25 commit fd1a3f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/compiler-sfc/src/script/defineModel.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function processDefineModel(
3030

3131
warnOnce(
3232
`This project is using defineModel(), which is an experimental ` +
33-
` feature. It may receive breaking changes or be removed in the future, so ` +
33+
`feature. It may receive breaking changes or be removed in the future, so ` +
3434
`use at your own risk.\n` +
3535
`To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.`
3636
)

packages/compiler-sfc/src/script/definePropsDestructure.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function processPropsDestructure(
3434

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

0 commit comments

Comments
 (0)