From d63b651f3708e878814d4c98dd85a759f80fefc4 Mon Sep 17 00:00:00 2001 From: Quy Date: Tue, 5 May 2020 20:54:42 -0700 Subject: [PATCH] Fix typo (#30745) Use possessive form of it --- site/docs/4.4/utilities/flex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}