Explorar o código

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

Husam Ibrahim %!s(int64=6) %!d(string=hai) anos
pai
achega
a96c0faf08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: