diff --git a/src/components/avatar/README.md b/src/components/avatar/README.md index 87923df9d9c..d7e915f75f3 100644 --- a/src/components/avatar/README.md +++ b/src/components/avatar/README.md @@ -330,4 +330,4 @@ Avatars are based upon `` and `` components, and as such, rel `badge-*` and `btn-*` variant classes, as well as the `rounded-*` [utility classes](/docs/reference/utility-classes). -`` also requires BootstrapVue's custom CSS for proper styling. \ No newline at end of file +`` also requires BootstrapVue's custom CSS for proper styling. diff --git a/src/components/button-toolbar/README.md b/src/components/button-toolbar/README.md index 3690014c007..16dae2c7064 100644 --- a/src/components/button-toolbar/README.md +++ b/src/components/button-toolbar/README.md @@ -91,12 +91,12 @@ Enable optional keyboard navigation by setting the prop `key-nav`. | Keypress | Action | | --------------------------------------------------------------------- | ----------------------------------------------------- | -| LEFT or UP | Move to the previous non-disabled item in the toolbar | -| RIGHT or DOWN | Move to the next non-disabled item in the toolbar | -| SHIFT+LEFT or SHIFT+UP | Move to the first non-disabled item in the toolbar | -| SHIFT+RIGHT or SHIFT+DOWN | Move to the last non-disabled item in the toolbar | -| TAB | Move to the next control on the page | -| SHIFT+TAB | Move to the previous control on the page | +| Left or Up | Move to the previous non-disabled item in the toolbar | +| Right or Down | Move to the next non-disabled item in the toolbar | +| Shift+Left or Shift+Up | Move to the first non-disabled item in the toolbar | +| Shift+Right or Shift+Down | Move to the last non-disabled item in the toolbar | +| Tab | Move to the next control on the page | +| Shift+Tab | Move to the previous control on the page | **Caution:** If you have text or text-like inputs in your toolbar, leave keyboard navigation off, as it is not possible to use key presses to jump out of a text (or test-like) inputs. diff --git a/src/components/button/README.md b/src/components/button/README.md index fc1c43e25e0..64dbce58277 100644 --- a/src/components/button/README.md +++ b/src/components/button/README.md @@ -5,7 +5,7 @@ ## Overview -BootstrapVue's `` component generates either a `