Skip to content

Commit

Permalink
FLUID-5536: Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed Apr 13, 2017
1 parent 45d3548 commit aa14afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/documents/TextfieldAPI.md
Expand Up @@ -4,7 +4,7 @@ layout: default
category: Components
---

The **Textfield** is small component for adding aria attributes and data binding to a HTML textfield. Typically this will be used in conjunction with a controller (e.g. [**Textfield Slider**](TextfieldSlider.md), [**Textfield Stepper**](TextfieldStepper.md)) to restrict the values and pair with additional input methods.
The **Textfield** is a small component for adding aria attributes and data binding to a HTML textfield. Typically this will be used in conjunction with a controller (e.g. [**Textfield Slider**](TextfieldSlider.md), [**Textfield Stepper**](TextfieldStepper.md)) to restrict the values and pair with additional input methods.

## Creator ##

Expand All @@ -21,7 +21,7 @@ Use the following function to create a Textfield component:
<tr>
<th>Description</th>
<td>
Instantiates the textfield component. Provides databinding between the HTML `<input>` and the components model. Also provides options for setting an `"aria-label"` and/or `"aria-labelledby"` attribute.
Instantiates the textfield component. Provides data binding between the HTML `<input>` and the components model. Also provides options for setting an `"aria-label"` and/or `"aria-labelledby"` attribute.
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion src/documents/TextfieldSliderAPI.md
Expand Up @@ -4,7 +4,7 @@ layout: default
category: Components
---

The **Textfield Slider** is user interface component for adjusting a number value using a range input. It is paired with a [Textfield](Textfield.md) for direct entry of the value.
The **Textfield Slider** is a user interface component for adjusting a number value using a range input. It is paired with a [Textfield](Textfield.md) for direct entry of the value.

## Creator ##

Expand Down
2 changes: 1 addition & 1 deletion src/documents/TextfieldStepperAPI.md
Expand Up @@ -4,7 +4,7 @@ layout: default
category: Components
---

The **Textfield Stepper** is user interface component for adjusting a number value using a [Textfield](Textfield.md) for direct entry of the value, along buttons for incrementing and decrementing the value. A user can also increment/decrement the values using the up/down arrow keys.
The **Textfield Stepper** is a user interface component for adjusting a number value using a [Textfield](Textfield.md) for direct entry of the value, along buttons for incrementing and decrementing the value. A user can also increment/decrement the values using the up/down arrow keys.

## Creator ##

Expand Down

0 comments on commit aa14afe

Please sign in to comment.