Skip to content

Commit df58e5f

Browse files
authored
Merge pull request #128 from quanghung97/fixText
fix word mistake spelling
2 parents 8071118 + abff028 commit df58e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-with-props.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@ Since we have a good test suite, we can now easily and confidently refactor.
200200

201201
- By passing `propsData` when mounting a component, you can set the `props` to be used in the test
202202
- Factory functions can be used to DRY your tests
203-
- Intead of `propsData`, you can also use [`setProps`](https://vue-test-utils.vuejs.org/api/wrapper-array/#setprops-props) to set prop values during tests
203+
- Instead of `propsData`, you can also use [`setProps`](https://vue-test-utils.vuejs.org/api/wrapper-array/#setprops-props) to set prop values during tests

0 commit comments

Comments
 (0)