From a2de71e15c9ee175c69f5e32ea2f6eb5c9ab79ce Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Wed, 6 Mar 2019 00:07:39 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67cc48f..127d66a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ There are some extra features and some missing, but you probably (and hopefully) won't notice the difference in everyday use. ## Extra features -CoffeeScript is a dyanmic language, +CoffeeScript is a dynamic language, the parser doesn't check the types or even the existence of variables, such mismatches are detected at runtime. This plugin is based on Xtext which is geared to static languages,