Update accessibility.md

This commit is contained in:
汪磊 2017-07-22 10:50:14 +08:00 committed by Mark Otto
parent f4f63d8623
commit 3619586c16
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}