Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eightypop committed Nov 27, 2018
1 parent 5207740 commit 99e26f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Expand Up @@ -923,7 +923,7 @@ A map from regular expressions to paths to transformers. A transformer is a modu

Examples of such compilers include [Babel](https://babeljs.io/), [TypeScript](http://www.typescriptlang.org/) and [async-to-gen](http://github.com/leebyron/async-to-gen#jest).

You can pass configuration to a like `{filePattern: ['path-to-transformer', {options}]}`
You can pass configuration to a transformer like `{filePattern: ['path-to-transformer', {options}]}`

_Note: a transformer is only run once per file unless the file has changed. During development of a transformer it can be useful to run Jest with `--no-cache` to frequently [delete Jest's cache](Troubleshooting.md#caching-issues)._

Expand Down

0 comments on commit 99e26f2

Please sign in to comment.