Skip to content

Commit

Permalink
[docs] Fix a few Base typos (#33986)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohan Perera <47350638+ropereraLK@users.noreply.github.com>
  • Loading branch information
ropereraLK committed Sep 1, 2022
1 parent b7824f8 commit 53f0373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/data/base/components/button/button.md
Expand Up @@ -34,7 +34,7 @@ export default function MyApp() {

### Basics

`ButtonUnstyled` behaves similarly to the native HTML `<button>`, so it wraps around the text that will be displayed on its surface.
`ButtonUnstyled` behaves similar to the native HTML `<button>`, so it wraps around the text that will be displayed on its surface.

The following demo shows how to create and style two basic buttons.
Notice that the second button cannot be clicked due to the `disabled` prop:
Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/form-control/form-control.md
Expand Up @@ -7,7 +7,7 @@ githubLabel: 'component: FormControl'

# Unstyled form control

<p class="description">The FormControlUnstyled component is a utility that lets you associate a form input with auxillary components, such as labels, error indicators, or helper text.</p>
<p class="description">The FormControlUnstyled component is a utility that lets you associate a form input with auxiliary components, such as labels, error indicators, or helper text.</p>

## Introduction

Expand Down
2 changes: 1 addition & 1 deletion docs/data/base/components/slider/slider.md
Expand Up @@ -38,7 +38,7 @@ export default function MyApp() {
### Basics

The following demo shows how to create and style two basic sliders.
Notice that both are set to a default value of 10 with the `defaultValue` prop, and the the second slider cannot be adjusted due to the `disabled` prop:
Notice that both are set to a default value of 10 with the `defaultValue` prop, and the second slider cannot be adjusted due to the `disabled` prop:

{{"demo": "UnstyledSlider.js", "defaultCodeOpen": false}}

Expand Down

0 comments on commit 53f0373

Please sign in to comment.