Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-12-24 17:34:30 +0300
committerGitHub <noreply@github.com>2018-12-24 17:34:30 +0300
commitdc17c924e86948ae514d72f8ccc67f9d77657f6b (patch)
tree1c496cc3a1d8e5f11dade987bc19ad301b90a67c /site
parent4a5217c4c71a0b4e5e935cdf09b4dd9c7018453d (diff)
stretched-link.md: fix typo (#27918)
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.2/utilities/stretched-link.md2
1 files changed, 1 insertions, 1 deletions
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.