8000 chore(docs): correct typos and improve wording in theming section (#6… · bootstrap-vue/bootstrap-vue@dca9518 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit dca9518

Browse files
authored
chore(docs): correct typos and improve wording in theming section (#6263)
Fix typo and some wording.
1 parent 37a21a2 commit dca9518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/markdown/reference/theming/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $body-color: #111;
4444

4545
## Default theme colors
4646

47-
The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
47+
The default theme colors defined in the Bootstrap v4.4 SCSS are as follows:
4848

4949
<div class="row">
5050
<div class="col-md-4">
@@ -73,9 +73,9 @@ The default them colors defined in the Bootstrap v4.4 SCSS are as follows:
7373
</div>
7474
</div>
7575

76-
Various components will use variations (intensities) of these default theme colors.
76+
BootstrapVue components use variations (intensities) of these default theme colors.
7777

78-
You can alter the theme colors, and create additional theme colors, as needed via SASS variables and
78+
You can alter these theme colors and create additional theme colors as needed via SASS variables and
7979
maps. Refer to the [Bootstrap theming](https://getbootstrap.com/docs/4.5/getting-started/theming/)
8080
docs for more details. All theme colors automatically become available as
8181
[color variants](/docs/reference/color-variants) to all BootstrapVue components.

0 commit comments

Comments
 (0)
0