Quellcode durchsuchen

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

Husam Ibrahim vor 6 Jahren
Ursprung
Commit
a96c0faf08
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: