Skip to content

Commit

Permalink
Fix typo in readme (microsoft#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
travisvalenti committed Sep 16, 2019
1 parent f31e391 commit 46f0c54
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 46f0c54

Please sign in to comment.