File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ each`
274
274
275
275
##### ` each ` takes a tagged template string with:
276
276
277
- - First row of variable name column headings seperated with ` | `
277
+ - First row of variable name column headings separated with ` | `
278
278
- One or more subsequent rows of data supplied as template literal expressions using ` ${value} ` syntax.
279
279
280
280
##### ` .test ` :
@@ -310,7 +310,7 @@ each`
310
310
311
311
##### ` each ` takes a tagged template string with:
312
312
313
- - First row of variable name column headings seperated with ` | `
313
+ - First row of variable name column headings separated with ` | `
314
314
- One or more subsequent rows of data supplied as template literal expressions using ` ${value} ` syntax.
315
315
316
316
##### ` .describe ` :
You can’t perform that action at this time.
0 commit comments