Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(glossary): fix typos #153

Merged
merged 1 commit into from
Nov 14, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/faq/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,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 @@ -182,7 +182,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