Skip to content

Commit

Permalink
update(docs): typo corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBurleson committed Dec 6, 2015
1 parent 155be31 commit f73ef23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions docs/app/partials/getting-started.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>Build a Material Application (blank shell)</h3>
</iframe>


<p>Now just you add your Angular Material components and other HTML content to your Blank starter app.</p>
<p>Now just your add your Angular Material components and other HTML content to your Blank starter app.</p>

<br/>

Expand All @@ -76,7 +76,7 @@ <h3>Our CodePen Community</h3>
<h3>Installing the Angular Material Libraries</h3>

<br/>
You can install the Angular Material library (and it's dependent library) in your local project using either
You can install the Angular Material library (and its dependent libraries) in your local project using either
<a href="https://github.com/angular/bower-material/#installing-angular-material">NPM, JSPM, or Bower</a>.

<p>
Expand Down Expand Up @@ -104,13 +104,12 @@ <h3>Installing the Angular Material Libraries</h3>

<h3>Unsupported Integrations</h3>
<p>
Angular Material v1.0 has a few known integration issues
with the following libraries:
Angular Material v1.0 has known integration issues with the following libraries:
</p>
<ul style="margin-bottom: 2em;">
<li>
<a href="https://docs.angularjs.org/api/ngTouch">ngTouch</a>
- This Angular.js Touch module interferes with ngMaterial's click, tap, and swipe support for touch-enabled devices.
- ngMaterial conflicts with ngTouch for click, tap, and swipe support on touch-enabled devices.
</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion docs/app/partials/layout-introduction.tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3>
<h3>Under-the-Hood</h3>

<p>
Due to performance problems when using Attribute Selectors with <b>Internet Explore</b> browsers; see the following for more details:
Due to performance problems when using Attribute Selectors with <b>Internet Explorer</b> browsers; see the following for more details:
</p>

<p>
Expand Down

0 comments on commit f73ef23

Please sign in to comment.