Skip to content

Commit

Permalink
docs(glossary): fix typos (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
candelibas authored and brandyscarney committed Nov 14, 2018
1 parent 067d346 commit 7f3ae7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/faq/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ nextUrl: '/docs/faq/build'

<section id="shim">
<a href="#shim"><h3>Shim</h3></a>
<p>A shim is a piece of code that normailizes an APIs across browsers. A shim can have it's own API that hides the browser specific implimentation from the end user.</p>
<p>A shim is a piece of code that normalizes an APIs across browsers. A shim can have it's own API that hides the browser specific implementation from the end user.</p>
</section>

<section id="transpiler">
Expand All @@ -187,7 +187,7 @@ nextUrl: '/docs/faq/build'

<section id="unit-tests">
<a href="#unit-tests"><h3>Unit Tests</h3></a>
<p>Unit Tests and unit testing are a way to test small pieces of code to see if they behave as expected. Unit testing frameworks include Jasmine, Mocah, QUnit, and many others.</p>
<p>Unit Tests and unit testing are a way to test small pieces of code to see if they behave as expected. Unit testing frameworks include Jasmine, Mocha, QUnit, and many others.</p>
</section>

<section id="webpack">
Expand Down

0 comments on commit 7f3ae7d

Please sign in to comment.