diff --git a/site/content/docs/4.3/content/tables.md b/site/content/docs/4.3/content/tables.md index 4a029ace7d..c79cb81d2c 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 `` are always vertical aligned to the bottom. Table cells in `` inherit their alignment from `` and are aligned to the the top by default. +Table cells of `` are always vertical aligned to the bottom. Table cells in `` inherit their alignment from `
` and are aligned to the the top by default. {{< example >}}
diff --git a/site/content/docs/4.3/utilities/api.md b/site/content/docs/4.3/utilities/api.md index 7f587b0b6c..bfad947440 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