Skip to content

Commit a96c0fa

Browse files
HusamElbashirktsn
authored andcommitted
docs: Fix grammar in testing.md (#1432)
1 parent bd23b9a commit a96c0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('actions', () => {
148148

149149
### Testing Getters
150150

151-
If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test as same reason as mutations.
151+
If your getters have complicated computation, it is worth testing them. Getters are also very straightforward to test for the same reason as mutations.
152152

153153
Example testing a getter:
154154

0 commit comments

Comments
 (0)