Skip to content

Commit c95ab3c

Browse files
authored
Update unit-testing.md
1 parent becefa7 commit c95ab3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ describe('MyComponent', () => {
8484
</script>
8585
```
8686

87-
你可以在不同的prop中,通过 `propsData` 选项断言他的渲染输出:
87+
你可以在不同的prop中,通过 `propsData` 选项断言它的渲染输出:
8888

8989
``` js
9090
import Vue from 'vue'

0 commit comments

Comments
 (0)