From 062d29e1266f943cf442c1c971103c52de7b8d50 Mon Sep 17 00:00:00 2001 From: Ido Date: Tue, 2 Dec 2014 17:09:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4f070b..57e2973 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Light weight templates for [React](http://facebook.github.io/react/index.html). * No runtime libraries. No magic. Just simple pre-compilation to a clear React code * Super easy to write panels. By panels we mean components that have a lot of HTML code and non-reusable logic * Very good separation of presentation and logic. Almost no HTML within the component file -* Declerative coding for presentation. HTML that you write and inspect look similar +* Declarative coding for presentation. HTML that you write and inspect look similar * Easy syntax. Similar to HTML. All IDEs recognize this format ## How does it work