mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix docs typo
This commit is contained in:
@@ -7,7 +7,7 @@ id: jsx-compiler
|
|||||||
<h1>JSX Compiler</h1>
|
<h1>JSX Compiler</h1>
|
||||||
<p>
|
<p>
|
||||||
This tool demonstrates how <a href="/react/docs/jsx-in-depth.html">JSX syntax</a>
|
This tool demonstrates how <a href="/react/docs/jsx-in-depth.html">JSX syntax</a>
|
||||||
is desguared into native JavaScript.
|
is desugared into native JavaScript.
|
||||||
</p>
|
</p>
|
||||||
<div id="jsxCompiler"></div>
|
<div id="jsxCompiler"></div>
|
||||||
<script type="text/javascript" src="js/jsx-compiler.js"></script>
|
<script type="text/javascript" src="js/jsx-compiler.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user