Skip to content

Commit

Permalink
docs: fix typo (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxck authored and eddyerburgh committed Dec 28, 2018
1 parent ef66c26 commit 3ce2950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default {
</script>
```

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

```js
import { expect } from 'chai'
Expand Down

0 comments on commit 3ce2950

Please sign in to comment.