Skip to content

Commit abff028

Browse files
committed
fix word mistake spelling
1 parent 103e240 commit abff028

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)