diff --git a/packages/jest-each/README.md b/packages/jest-each/README.md index 4424b90f8997..e83a0be31ab2 100644 --- a/packages/jest-each/README.md +++ b/packages/jest-each/README.md @@ -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`: @@ -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`: