diff --git a/src/api/options-state.md b/src/api/options-state.md index cd8a7cfe97..86b0d86982 100644 --- a/src/api/options-state.md +++ b/src/api/options-state.md @@ -78,7 +78,7 @@ Declare the props of a component. - **Details** - In Vue, all component props need to be explicit declared. Component props can be declared in two forms: + In Vue, all component props need to be explicitly declared. Component props can be declared in two forms: - Simple form using an array of strings - 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.