Skip to content

Commit ed0511f

Browse files
1elementpi0
authored andcommitted
docs(button): fix typos (bootstrap-vue#1501)
1 parent 4cddf1b commit ed0511f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/button/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ element. You can specify the button's type by setting the prop `type` to `button
4040
`submit` or `reset`. The default type is `button`.
4141

4242

43-
## Button Sizing
43+
## Button sizing
4444

4545
Fancy larger or smaller buttons? Specify `lg` or `sm` via the `size` prop.
4646

@@ -87,7 +87,7 @@ works with buttons, rendered as `<a>` elements and `<router-link>`.
8787
## Pressed state and toggling
8888

8989
Buttons will appear pressed (with a darker background, darker border, and inset shadow)
90-
when the prop `presed` is set to `true`.
90+
when the prop `pressed` is set to `true`.
9191

9292
The `pressed` prop can be set to one of three values:
9393

@@ -145,9 +145,9 @@ export default {
145145
<!-- button-4.vue -->
146146
```
147147

148-
If using toggle button style for a radio or checkbox style interface, it is best to use hhe
148+
If using toggle button style for a radio or checkbox style interface, it is best to use the
149149
built-in `button` style support of [`<b-form-radio-group>`](/docs/components/form-radios) and
150-
[`b-checkbox-group>`](/docs/components/form-checkboxes).
150+
[`<b-checkbox-group>`](/docs/components/form-checkboxes).
151151

152152

153153
## Router link support

0 commit comments

Comments
 (0)