We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec8176 commit 03f24e8Copy full SHA for 03f24e8
README.md
@@ -35,7 +35,7 @@ convenience to the shorthand `td`:
35
global.td = require('testdouble') // Node.js; `window.td` for browsers
36
```
37
38
-(You may need to configure your linter to ingore the `td` global.
+(You may need to configure your linter to ignore the `td` global.
39
Instructions:
40
[eslint](https://eslint.org/docs/user-guide/configuring#specifying-globals),
41
[standard](https://github.com/standard/standard/#i-use-a-library-that-pollutes-the-global-namespace-how-do-i-prevent-variable-is-not-defined-errors).)
0 commit comments