From: Quy Date: Wed, 6 May 2020 03:54:42 +0000 (-0700) Subject: Fix typo (#30745) X-Git-Tag: v4.5.0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d63b651f3708e878814d4c98dd85a759f80fefc4;p=thirdparty%2Fbootstrap.git Fix typo (#30745) Use possessive form of it --- diff --git a/site/docs/4.4/utilities/flex.md b/site/docs/4.4/utilities/flex.md index acaa2a51b8..647499d11f 100644 --- a/site/docs/4.4/utilities/flex.md +++ b/site/docs/4.4/utilities/flex.md @@ -248,7 +248,7 @@ Use `.flex-grow-*` utilities to toggle a flex item's ability to grow to fill ava {% endcapture %} {% include example.html content=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`. {% capture example %}