Unverified Commit d63b651f authored by Quy's avatar Quy Committed by GitHub
Browse files

Fix typo (#30745)

Use possessive form of it
6 merge requests!36532My v4 dev,!34086v4: Fix prevented show event disables modals with fade class from being displayed again,!33729V4 dev,!33086V4 dev,!31901Add opacity utilities,!31513Update icons.md
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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 %}
<div class="d-flex bd-highlight">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment