Skip to content

Commit 0b9aaee

Browse files
authored
docs: Fix typo (cucumber#1609)
1 parent d845e32 commit 0b9aaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ For instance, for ES6 support with [Babel](https://babeljs.io/) 7 add:
172172
--require-module @babel/register
173173
```
174174

175-
This will effectivally call `require('@babel/register')` prior to requiring any support files.
175+
This will effectively call `require('@babel/register')` prior to requiring any support files.
176176

177177
### Non JS files
178178

0 commit comments

Comments
 (0)