Fix small grammatical error

This commit is contained in:
Abdulsattar Mohammed 2015-01-02 06:56:09 +05:30
parent 78350299a9
commit 752a1e303c

View File

@ -336,7 +336,7 @@ We have an embarrassment of riches! There are three main choices I would recomme
- http://try.purescript.org/
- http://www.christopherbiscardi.com/2014/06/22/getting-started-with-purescript/ Great guide for getting started
### Which do frontend language do I use?
### Which frontend language do I use?
GHCJS and Haste are both fully Haskell. GHCJS will work with more Haskell packages than Haste, but this doesn't affect a lot of frontend projects. PureScript isn't Haskell at all, so direct code sharing with your backend will not work.