Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Feb 9, 2018
1 parent 4ec8176 commit 03f24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ convenience to the shorthand `td`:
global.td = require('testdouble') // Node.js; `window.td` for browsers
```

(You may need to configure your linter to ingore the `td` global.
(You may need to configure your linter to ignore the `td` global.
Instructions:
[eslint](https://eslint.org/docs/user-guide/configuring#specifying-globals),
[standard](https://github.com/standard/standard/#i-use-a-library-that-pollutes-the-global-namespace-how-do-i-prevent-variable-is-not-defined-errors).)
Expand Down

0 comments on commit 03f24e8

Please sign in to comment.