Skip to content

Commit 84d945f

Browse files
committed
Fix typo in get started page
1 parent 171d3e6 commit 84d945f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2>Starter Kit</h2>
215215
<span class="nt">&lt;/body&gt;</span>
216216
<span class="nt">&lt;/html&gt;</span>
217217
</code></pre></div>
218-
<p>The XML syntax inside of JavaScript is called JSX; check out the <a href="syntax.html">JSX syntax</a> to learn more about it. In order to translate it to vanilla JavaScript we use <code>&lt;script type=&quot;text/jsx&quot;&gt;</code> and include <code>JSXTransformer.js</code> to actually perform the transformation in the browser.</p>
218+
<p>The XML syntax inside of JavaScript is called JSX; check out the <a href="jsx-in-depth.html">JSX syntax</a> to learn more about it. In order to translate it to vanilla JavaScript we use <code>&lt;script type=&quot;text/jsx&quot;&gt;</code> and include <code>JSXTransformer.js</code> to actually perform the transformation in the browser.</p>
219219

220220
<h3>Separate File</h3>
221221

0 commit comments

Comments
 (0)