aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/getting-started/accessibility.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/getting-started/accessibility.md b/docs/4.0/getting-started/accessibility.md
index 7d3d9dca8..09d51064e 100644
--- a/docs/4.0/getting-started/accessibility.md
+++ b/docs/4.0/getting-started/accessibility.md
@@ -32,7 +32,7 @@ Content which should be visually hidden, but remain accessible to assistive tech
{% highlight html %}
<p class="text-danger">
- <span class=".sr-only">Danger: </span>
+ <span class="sr-only">Danger: </span>
This action is not reversible
</p>
{% endhighlight %}