From 1059ee164eb91c80e850e6ce43719acaad39a099 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 17 Nov 2017 10:35:43 -0800 Subject: [PATCH] Wordsmithing --- content/docs/static-type-checking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/static-type-checking.md b/content/docs/static-type-checking.md index fda3caba..d2c8caef 100644 --- a/content/docs/static-type-checking.md +++ b/content/docs/static-type-checking.md @@ -61,4 +61,4 @@ You can also try [typescript-react-starter](https://github.com/Microsoft/TypeScr ## Other Languages -Note there are also other languages compiling to JS and compatible with React, like [ReasonML](https://reasonml.github.io/reason-react/) or [F#/Fable](http://fable.io/) with [elmish-react](https://fable-elmish.github.io/react/), which also offer static type checking among other features. Check their respective sites for more information. +Note there are other statically typed languages that compile to JavaScript and are thus React compatible. For example, [ReasonML](reasonml.github.io/reason-react) or [F#/Fable](http://fable.io) with [elmish-react](fable-elmish.github.io/react. Check out their respective sites for more information.