Skip to content

Commit

Permalink
docs: Fix simple typo, seperated -> separated (#9760)
Browse files Browse the repository at this point in the history
There is a small typo in packages/jest-each/README.md.

Should read `separated` rather than `seperated`.
  • Loading branch information
timgates42 committed Apr 3, 2020
1 parent 3c2fa93 commit f9bb4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jest-each/README.md
Expand Up @@ -274,7 +274,7 @@ each`

##### `each` takes a tagged template string with:

- First row of variable name column headings seperated with `|`
- First row of variable name column headings separated with `|`
- One or more subsequent rows of data supplied as template literal expressions using `${value}` syntax.

##### `.test`:
Expand Down Expand Up @@ -310,7 +310,7 @@ each`

##### `each` takes a tagged template string with:

- First row of variable name column headings seperated with `|`
- First row of variable name column headings separated with `|`
- One or more subsequent rows of data supplied as template literal expressions using `${value}` syntax.

##### `.describe`:
Expand Down

0 comments on commit f9bb4b8

Please sign in to comment.