We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2c4d1 commit 5f438c5Copy full SHA for 5f438c5
README.md
@@ -70,7 +70,7 @@ describe('index.js', function () {
70
hold our tests. After the word `describe` is information about our tests. Tests
71
are used as a way to document the behavior of a function to developers. For
72
example, the next word `describe` is followed by the word `companyName` name.
73
-Here the test is telling us that the tests that come afterwords will be about
+Here the test is telling us that the tests that come afterwards will be about
74
`companyName`. Then comes the word `it`, where you see the following:
75
76
```js
0 commit comments