From dfddda831551fd6e1339acaa91139aa6db520d8e Mon Sep 17 00:00:00 2001 From: Joe Critchley Date: Wed, 20 Apr 2016 09:08:37 +0100 Subject: [PATCH] "surpported" > "supported" typo fix (#118) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4664d49..6cc2fa2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Lightweight templates for [React](http://facebook.github.io/react/index.html). * No runtime libraries. No magic. Simply precompile your way to clear React code. -* Easy syntax that's similar to HTML, surpported by most IDEs. +* Easy syntax that's similar to HTML, supported by most IDEs. * Clear separation of presentation and logic - almost zero HTML in component files. * Declarative coding ensures that the HTML that you write and the HTML you inspect look nearly identical. * Supports AMD, CommonJS, ES6, Typescript and globals.