Skip to content

Commit ed69b03

Browse files
committed
fix typo (close #129)
1 parent 73d5edc commit ed69b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/api/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Vue.component('prop-validation-demo', {
9797
The following component usage will result in two warnings: type mismatch for "size", and missing required prop "name".
9898

9999
``` html
100-
<prop-validation-demoo size="hello">
100+
<prop-validation-demo size="hello">
101101
</prop-validation-demo>
102102
```
103103

0 commit comments

Comments
 (0)