Bläddra i källkod

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

Husam Ibrahim 6 år sedan
förälder
incheckning
a96c0faf08
1 ändrade filer med 1 tillägg och 1 borttagningar
  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: