Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
docs(readme): fix typo (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy authored and gregberge committed Aug 30, 2018
1 parent c38a47d commit ae03e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ console.log(result) // <div className="foo" />

## Why

Transforming HTML into JSX is not simple. It's a compilated operation which requires a compiler to do properly.
Transforming HTML into JSX is not simple. It's a complicated operation which requires a compiler to do properly.

Extending it with plugins will give us the ability to create awesome utilities.

Expand Down

0 comments on commit ae03e3a

Please sign in to comment.