Skip to content

Commit f511e85

Browse files
options-state.md typo
explicit declared -> explicitly declared
1 parent e9e6667 commit f511e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/options-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Declare the props of a component.
7878
7979
- **Details**
8080
81-
In Vue, all component props need to be explicit declared. Component props can be declared in two forms:
81+
In Vue, all component props need to be explicitly declared. Component props can be declared in two forms:
8282
8383
- Simple form using an array of strings
8484
- Full form using an object where each property key is the name of the prop, and the value is the prop's type (a constructor function) or advanced options.

0 commit comments

Comments
 (0)