Skip to content

Commit 1c24bde

Browse files
committed
Remove double spaces.
1 parent 9289773 commit 1c24bde

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/4.0/components/card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The building block of a card is the `.card-body`. Use it whenever you need a pad
4747

4848
### Titles, text, and links
4949

50-
Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to a `<a>` tag.
50+
Card titles are used by adding `.card-title` to a `<h*>` tag. In the same way, links are added and placed next to each other by adding `.card-link` to an `<a>` tag.
5151

5252
Subtitles are used by adding a `.card-subtitle` to a `<h*>` tag. If the `.card-title` and the `.card-subtitle` items are placed in a `.card-body` item, the card title and subtitle are aligned nicely.
5353

docs/4.0/components/collapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can use a link with the `href` attribute, or a button with the `data-target`
3535
## Multiple targets
3636

3737
A `<button>` or `<a>` can show and hide multiple elements by referencing them with a JQuery selector in its `href` or `data-target` attribute.
38-
Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute
38+
Multiple `<button>` or `<a>` can show and hide an element if they each reference it with their `href` or `data-target` attribute
3939

4040
{% example html %}
4141
<p>

docs/4.0/components/list-group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Use the tab JavaScript plugin—include it individually or through the compiled
217217

218218
### Using data attributes
219219

220-
You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`.
220+
You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`.
221221

222222
<div role="tabpanel">
223223
{% highlight html %}

docs/4.0/examples/dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</ul>
9494
</nav>
9595

96-
<main role="main" class="col-sm-9 ml-sm-auto col-md-10 pt-3">
96+
<main role="main" class="col-sm-9 ml-sm-auto col-md-10 pt-3">
9797
<h1>Dashboard</h1>
9898

9999
<section class="row text-center placeholders">

docs/4.0/utilities/vertical-align.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group: utilities
77

88
Change the alignment of elements with the [`vertical-alignment`](https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align) utilities. Please note that vertical-align only affects inline, inline-block, inline-table, and table cell elements.
99

10-
Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed.
10+
Choose from `.align-baseline`, `.align-top`, `.align-middle`, `.align-bottom`, `.align-text-bottom`, and `.align-text-top` as needed.
1111

1212
With inline elements:
1313

0 commit comments

Comments
 (0)