diff options
| author | XhmikosR <[email protected]> | 2020-05-06 09:12:26 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-06 09:12:26 +0300 |
| commit | 23aaee8c6f8c5cff58935f8484a1995dbffa4b45 (patch) | |
| tree | b0373c59464566674a1c3c831c547db98f622f1c | |
| parent | 650a7a7b76c8fa82d869194a9db5c01ebe29e33c (diff) | |
| download | bootstrap-23aaee8c6f8c5cff58935f8484a1995dbffa4b45.tar.xz bootstrap-23aaee8c6f8c5cff58935f8484a1995dbffa4b45.zip | |
Fix typo (#30745) (#30746)
Use possessive form of it
(cherry picked from commit d63b651f3708e878814d4c98dd85a759f80fefc4)
Co-authored-by: Quy <[email protected]>
| -rw-r--r-- | site/content/docs/4.3/utilities/flex.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/flex.md b/site/content/docs/4.3/utilities/flex.md index 58043a47a..1172d5176 100644 --- a/site/content/docs/4.3/utilities/flex.md +++ b/site/content/docs/4.3/utilities/flex.md @@ -272,7 +272,7 @@ Use `.flex-grow-*` utilities to toggle a flex item's ability to grow to fill ava </div> {{< /example >}} -Use `.flex-shrink-*` utilities to toggle a flex item's ability to shrink if necessary. In the example below, the second flex item with `.flex-shrink-1` is forced to wrap it's contents to a new line, "shrinking" to allow more space for the previous flex item with `.w-100`. +Use `.flex-shrink-*` utilities to toggle a flex item's ability to shrink if necessary. In the example below, the second flex item with `.flex-shrink-1` is forced to wrap its contents to a new line, "shrinking" to allow more space for the previous flex item with `.w-100`. {{< example >}} <div class="d-flex bd-highlight"> |
