Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Fix typo in readme (#251) (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvalenti authored and sandersn committed Sep 16, 2019
1 parent f31e391 commit 21cee82
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 @@ -55,7 +55,7 @@ Refer to the [handbook](http://www.typescriptlang.org/docs/handbook/declaration-
```

You may extend `"lib"` to, for example, `["es6", "dom"]` if you need those typings.
You may also have add `"target": "es6"` if using certain language features.
You may also have to add `"target": "es6"` if using certain language features.


#### `types/tslint.json`
Expand Down

0 comments on commit 21cee82

Please sign in to comment.