Skip to content

Commit 1c4f0f0

Browse files
chore: fix typo in jsdoc (vuejs#4526) [ci skip]
1 parent 2361ca4 commit 1c4f0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const enum BindingTypes {
7979
*/
8080
DATA = 'data',
8181
/**
82-
* decalred as a prop
82+
* declared as a prop
8383
*/
8484
PROPS = 'props',
8585
/**

0 commit comments

Comments
 (0)