From f9bb4b8617428f47dfe50a6938d7e582e0105e28 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 3 Apr 2020 20:59:41 +1100 Subject: [PATCH] docs: Fix simple typo, seperated -> separated (#9760) There is a small typo in packages/jest-each/README.md. Should read `separated` rather than `seperated`. --- packages/jest-each/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`: