浏览代码

docs: Fix grammar in testing.md (#1432)

Husam Ibrahim 6 年之前
父节点
当前提交
a96c0faf08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/guide/testing.md

+ 1 - 1
docs/guide/testing.md

@@ -148,7 +148,7 @@ describe('actions', () => {
 
 ### Testing Getters
 
-If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test as same reason as mutations.
+If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test for the same reason as mutations.
 
 Example testing a getter: