We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7295b9 commit 8d729d7Copy full SHA for 8d729d7
docs/docs/syntax.md
@@ -53,7 +53,7 @@ var app = Nav({color:'blue'}, Profile({}, 'click'));
53
```
54
55
Use the [JSX Compiler](/react/jsx-compiler.html) to try out JSX and see how it
56
-desguars into native JavaScript.
+desugars into native JavaScript.
57
58
If you want to use JSX, the [Getting Started](getting-started.html) guide shows
59
how to setup compilation.
0 commit comments