Skip to content

Commit

Permalink
typo fix ("it's" to "its") (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilyerd committed Mar 5, 2021
1 parent 86c3cde commit b98976d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h2 id="Description">Description</h2>

<div class="note">
<p>The <code>await</code> keyword is only valid inside async functions within regular JavaScript code. If you use it outside of an async function's body, you will get a {{jsxref("SyntaxError")}}.</p>
<p><code>await</code> can be used on it's own with <a href="/en-US/docs/Web/JavaScript/Guide/Modules">JavaScript modules.</a></p>
<p><code>await</code> can be used on its own with <a href="/en-US/docs/Web/JavaScript/Guide/Modules">JavaScript modules.</a></p>
</div>

<div class="note">
Expand Down

0 comments on commit b98976d

Please sign in to comment.