Skip to content

Commit 5f438c5

Browse files
1 parent ee2c4d1 commit 5f438c5

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
@@ -70,7 +70,7 @@ describe('index.js', function () {
7070
hold our tests. After the word `describe` is information about our tests. Tests
7171
are used as a way to document the behavior of a function to developers. For
7272
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
73+
Here the test is telling us that the tests that come afterwards will be about
7474
`companyName`. Then comes the word `it`, where you see the following:
7575

7676
```js

0 commit comments

Comments
 (0)