]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
stretched-link.md: fix typo (#27918)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 24 Dec 2018 14:34:30 +0000 (16:34 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Dec 2018 14:34:30 +0000 (16:34 +0200)
site/docs/4.2/utilities/stretched-link.md

index 5347307b53d7a8610e973fdde2cb2f00d4f605f8..1d4d2ad317ccf4ff4616c9a3e6aeabcec3955053 100644 (file)
@@ -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.