aboutsummaryrefslogtreecommitdiff
path: root/docs/components/jumbotron.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/jumbotron.md')
-rw-r--r--docs/components/jumbotron.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md
index c12dca3cd..af12996e6 100644
--- a/docs/components/jumbotron.md
+++ b/docs/components/jumbotron.md
@@ -26,7 +26,7 @@ To make the jumbotron full width, and without rounded corners, add the `.jumbotr
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-3">Fluid jumbotron</h1>
- <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of it's parent.</p>
+ <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
</div>
</div>
{% endexample %}