Skip to content

Commit f9bb4b8

Browse files
authored
docs: Fix simple typo, seperated -> separated (#9760)
There is a small typo in packages/jest-each/README.md. Should read `separated` rather than `seperated`.
1 parent 3c2fa93 commit f9bb4b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jest-each/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ each`
274274

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

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

280280
##### `.test`:
@@ -310,7 +310,7 @@ each`
310310

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

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

316316
##### `.describe`:

0 commit comments

Comments
 (0)