Skip to content

Commit

Permalink
Fix spelling of "parameterize"
Browse files Browse the repository at this point in the history
  • Loading branch information
trescube committed Mar 12, 2018
1 parent ea6d91e commit 24e0a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.markdown
Expand Up @@ -72,7 +72,7 @@ Additionally, it is possible to make `tape` load one or more modules before runn
$ tape -r babel-register tests/**/*.js
```

Depending on the module you're loading, you may be able to paramaterize it using environment variables or auxiliary files. Babel, for instance, will load options from [`.babelrc`](http://babeljs.io/docs/usage/babelrc/) at runtime.
Depending on the module you're loading, you may be able to parameterize it using environment variables or auxiliary files. Babel, for instance, will load options from [`.babelrc`](http://babeljs.io/docs/usage/babelrc/) at runtime.

The `-r` flag behaves exactly like node's `require`, and uses the same module resolution algorithm. This means that if you need to load local modules, you have to prepend their path with `./` or `../` accordingly.

Expand Down

0 comments on commit 24e0a8d

Please sign in to comment.