Skip to content

Commit

Permalink
Merge pull request #737 from mkszepp/fix-doc
Browse files Browse the repository at this point in the history
DOCS: Fix typos
  • Loading branch information
mkszepp authored Jan 8, 2024
2 parents 09108d3 + 82cd0d0 commit 44646de
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/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 Down Expand Up @@ -49,7 +49,7 @@
<tr>
<td>contentComponent</td>
<td><code>String or Component</code></td>
<td>The component to rended as content instead of the default content
<td>The component to render as content instead of the default content
component. You
<em>probably</em>
don't want to use this option.</td>
Expand Down Expand Up @@ -80,7 +80,7 @@
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>
on a touch device</td>
</tr>
<tr>
<td>renderInPlace</td>
Expand Down Expand Up @@ -108,7 +108,7 @@
<tr>
<td>triggerComponent</td>
<td><code>String</code></td>
<td>The component to rended as content instead of the default trigger
<td>The component to render as trigger instead of the default trigger
component.</td>
</tr>
<tr>
Expand Down Expand Up @@ -185,7 +185,7 @@
<tr>
<td>tabindex</td>
<td>Number</td>
<td>Tabindex of the trigger, which defaults to 0 so the tigger is
<td>Tabindex of the trigger, which defaults to 0 so the trigger is
focusable by default</td>
</tr>
<tr>
Expand All @@ -209,7 +209,7 @@
<td>stopPropagation</td>
<td>Boolean</td>
<td>(Default:
<code>false</code>) Wether the trigger should prevent the propagation of
<code>false</code>) Whether the trigger should prevent the propagation of
the event that triggers it (click or mousedown)</td>
</tr>
</tbody>
Expand Down Expand Up @@ -273,8 +273,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
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 Down

0 comments on commit 44646de

Please sign in to comment.