We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 478da23 commit de750a8Copy full SHA for de750a8
docs/en/custom/custom.md
@@ -4,7 +4,7 @@ Use `createDecorator` to build your own decorators.
4
5
If you are a package author, install vue-facing-decorator as `devDependecies` and mark it in `peerDependencies`.
6
7
-`createDecorator` received a creator function, which accepts tow parameters:
+`createDecorator` receives a creator function, which accepts two parameters:
8
1. Generated vue options component, you can modify it to implement anything you want.
9
2. The key of class property(or method) which decorator decorated.
10
0 commit comments