Skip to content

Commit

Permalink
Fix link in purpose.md (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy authored and remojansen committed Feb 19, 2018
1 parent f7283ee commit b6e50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/purpose.md
Expand Up @@ -79,7 +79,7 @@ You don't need to change the Ninja file!

The price to pay is the usage of Symbols or string literals but this price can be mitigated if you declare all your
string literals in a file which contains constants
([like actions in Redux](https://github.com/reactjs/redux/blob/master/examples/todomvc/constants/ActionTypes.js)).
([like actions in Redux](https://github.com/reactjs/redux/blob/master/examples/todomvc/src/constants/ActionTypes.js)).
The good news is that in the future the symbols or string literals
[could end up being generated by the TS compiler](https://github.com/Microsoft/TypeScript/issues/2577), but
that is in the hands of the TC39 committee for the moment.
Expand Down

0 comments on commit b6e50b5

Please sign in to comment.