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

Fix typos in api-reference.hbs #620

Closed
wants to merge 1 commit into from
Closed
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
18 changes: 9 additions & 9 deletions tests/dummy/app/templates/public-pages/docs/api-reference.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<tr>
<td>calculatePosition</td>
<td><code>Function</code></td>
<td>Fuction to customize how the content of the dropdown is positioned.</td>
<td>Function to customize how the content of the dropdown is positioned.</td>
</tr>
<tr>
<td>class</td>
Expand All @@ -41,7 +41,7 @@
<tr>
<td>contentComponent</td>
<td><code>String or Component</code></td>
<td>The component to rended as content instead of the default content component. You <em>probably</em> don't want to use this option.</td>
<td>The component to rendered as content instead of the default content component. You <em>probably</em> don't want to use this option.</td>
</tr>
<tr>
<td>horizontalPosition</td>
Expand All @@ -56,7 +56,7 @@
<tr>
<td>preventScroll</td>
<td><code>Boolean</code></td>
<td>(Default: <code>false</code>). Flag that prevents any elements on the page outside the dropdown from scrolling. This matches platform-provided <code>select</code> element behavior. Note that this has no effect when scroll is performed on touch devic</td>
<td>(Default: <code>false</code>). Flag that prevents any elements on the page outside the dropdown from scrolling. This matches platform-provided <code>select</code> element behavior. Note that this has no effect when scroll is performed on a touch device</td>
</tr>
<tr>
<td>renderInPlace</td>
Expand All @@ -76,7 +76,7 @@
<tr>
<td>triggerComponent</td>
<td><code>String</code></td>
<td>The component to rended as content instead of the default trigger component.</td>
<td>The component to rendered as trigger instead of the default trigger component.</td>
</tr>
<tr>
<td>verticalPosition</td>
Expand Down Expand Up @@ -140,7 +140,7 @@
<tr>
<td>tabindex</td>
<td>Number</td>
<td>Tabindex of the trigger, which defaults to 0 so the tigger is focusable by default</td>
<td>Tabindex of the trigger, which defaults to 0 so the trigger is focusable by default</td>
</tr>
<tr>
<td>title</td>
Expand All @@ -155,7 +155,7 @@
<tr>
<td>stopPropagation</td>
<td>Boolean</td>
<td>(Default: <code>false</code>) Wether the trigger should prevent the propagation of the event that triggers it (click or mousedown)</td>
<td>(Default: <code>false</code>) Whether the trigger should prevent the propagation of the event that triggers it (click or mousedown)</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -202,8 +202,8 @@
</p>

<p>
Any non underscored property or action of this object can be considered public and it's
not going to suffed changes without causing a major version bump, so if you are building
Any non-underscored property or action of this object can be considered public and it's
not going to change without causing a major version bump, so if you are building
another component on top of Ember Basic Dropdown, you know that you are safe as long as
you use this object.
</p>
Expand All @@ -224,4 +224,4 @@

<div class="doc-page-nav">
<a href={{href-to "public-pages.docs.test-helpers"}} class="doc-page-nav-link-prev">&lt; Test helpers</a>
</div>
</div>