Skip to content

Commit 3ce2950

Browse files
haxckeddyerburgh
authored andcommitted
docs: fix typo (#1079)
1 parent ef66c26 commit 3ce2950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/guides/testing-single-file-components-with-karma.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export default {
102102
</script>
103103
```
104104

105-
然后添加一个名为 `test/Coutner.spec.js` 的测试文件,并写入如下代码:
105+
然后添加一个名为 `test/Counter.spec.js` 的测试文件,并写入如下代码:
106106

107107
```js
108108
import { expect } from 'chai'

0 commit comments

Comments
 (0)