From dc17c924e86948ae514d72f8ccc67f9d77657f6b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 24 Dec 2018 16:34:30 +0200 Subject: [PATCH] stretched-link.md: fix typo (#27918) --- site/docs/4.2/utilities/stretched-link.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/4.2/utilities/stretched-link.md b/site/docs/4.2/utilities/stretched-link.md index 5347307b53..1d4d2ad317 100644 --- a/site/docs/4.2/utilities/stretched-link.md +++ b/site/docs/4.2/utilities/stretched-link.md @@ -5,7 +5,7 @@ description: Make any HTML element or Bootstrap component clickable by "stretchi group: utilities --- -Add `.stretched-link` to a link to make it's [containing block](https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block) clickable via a `::after` pseudo element. In most cases, this means that an element with `position: relative;` that contains a link with the `.stretched-link` class is clickable. +Add `.stretched-link` to a link to make its [containing block](https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block) clickable via a `::after` pseudo element. In most cases, this means that an element with `position: relative;` that contains a link with the `.stretched-link` class is clickable. Cards have `position: relative` by default in Bootstrap, so in this case you can safely add the `.stretched-link` class to a link in the card without any other HTML changes. -- 2.47.2