1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00

"surpported" > "supported" typo fix (#118)

This commit is contained in:
Joe Critchley 2016-04-20 09:08:37 +01:00 committed by Ido
parent bbdf5a6409
commit dfddda8315

View File

@ -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.