Skip to content

Commit de750a8

Browse files
committed
a
1 parent 478da23 commit de750a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/custom/custom.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Use `createDecorator` to build your own decorators.
44

55
If you are a package author, install vue-facing-decorator as `devDependecies` and mark it in `peerDependencies`.
66

7-
`createDecorator` received a creator function, which accepts tow parameters:
7+
`createDecorator` receives a creator function, which accepts two parameters:
88
1. Generated vue options component, you can modify it to implement anything you want.
99
2. The key of class property(or method) which decorator decorated.
1010

0 commit comments

Comments
 (0)