aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/docs/4.2/utilities/image-replacement.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/image-replacement.md b/site/docs/4.2/utilities/image-replacement.md
index ab092d67f..9579100a4 100644
--- a/site/docs/4.2/utilities/image-replacement.md
+++ b/site/docs/4.2/utilities/image-replacement.md
@@ -33,5 +33,5 @@ Use the `.text-hide` class to maintain the accessibility and SEO benefits of hea
</div>
{% highlight html %}
-<h1 class="text-hide" style="background-image: url('..');">Bootstrap</h1>
+<h1 class="text-hide" style="background-image: url('...');">Bootstrap</h1>
{% endhighlight %}