Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Mar 20, 2015
1 parent 15a475b commit a85a2d6
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 @@ -32,7 +32,7 @@ module.exports = {
```

ts-jsx-loader defines a fake API on React called React.jsx(). You should
reference the included `react-jsx.d.ts` or `react-jsx-addons.d.ts`
reference the included `react-jsx.d.ts` or `react-addons-jsx.d.ts`
definition file for IDE support. This API accepts either a string or nothing.
You can then create JSX as a template string or within multiline comments.

Expand Down

0 comments on commit a85a2d6

Please sign in to comment.