Skip to content

Commit dc885d9

Browse files
author
Rodolfo Rodriguez
authored
Fix minor grammar mistake
1 parent 4bc9815 commit dc885d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Before using a package check its Github open issues, daily downloads and number
119119
## 5. Testing <a name="testing"></a>
120120
* Have a test mode environment if needed.
121121
* Place your test files next to the tested modules using `*.test.js` or `*.spec.js` naming convention, like `module_name.spec.js`
122-
* Put your additional test files to a separate test folder to avoid confusion.
122+
* Put your additional test files into a separate test folder to avoid confusion.
123123
* write testable code, avoid side effect, extract side effects, write pure functions
124124
* Don’t write too many tests to check types, instead use a Static type checker
125125
* Run tests locally before any pull request to `develop`.

0 commit comments

Comments
 (0)