aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-07-18 11:35:20 +0300
committerXhmikosR <[email protected]>2019-07-19 09:19:56 +0300
commitfc38f252874929bc78a7369e2f357f4902590550 (patch)
tree26a9660b9c5152eed53fa97dd5f080f41c92c980
parent73c2bfc7a0230cadf7fa1293a43953cffbcae811 (diff)
downloadbootstrap-fc38f252874929bc78a7369e2f357f4902590550.tar.xz
bootstrap-fc38f252874929bc78a7369e2f357f4902590550.zip
Remove trailing spaces.
-rw-r--r--site/content/docs/4.3/content/tables.md2
-rw-r--r--site/content/docs/4.3/utilities/api.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/content/tables.md b/site/content/docs/4.3/content/tables.md
index 4a029ace7..c79cb81d2 100644
--- a/site/content/docs/4.3/content/tables.md
+++ b/site/content/docs/4.3/content/tables.md
@@ -398,7 +398,7 @@ Add `.table-sm` to make any `.table` more compact by cutting all cell `padding`
## Vertical alignment
-Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default.
+Table cells of `<thead>` are always vertical aligned to the bottom. Table cells in `<tbody>` inherit their alignment from `<table>` and are aligned to the the top by default.
{{< example >}}
<table class="table align-middle">
diff --git a/site/content/docs/4.3/utilities/api.md b/site/content/docs/4.3/utilities/api.md
index 7f587b0b6..bfad94744 100644
--- a/site/content/docs/4.3/utilities/api.md
+++ b/site/content/docs/4.3/utilities/api.md
@@ -16,7 +16,7 @@ The `$utilities` map contains all utilities and is later merged with your custom
- `class` _(optional)_: Variable to change the class name if you don't want it to be the same as the property.
- `values`: This can be a list of values or a map if you don't want the class name to be the same as the value. If null is used as map key, it isn't rendered.
- `print` _(optional)_: Boolean indicating if print classes need to be generated. `false` by default.
-
+
## Adding utilities to the utility API