diff options
| author | 汪磊 <[email protected]> | 2017-07-22 10:50:14 +0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-30 13:58:52 -0700 |
| commit | 3619586c16ef30214ec8df9b6e3fbfa423c5f623 (patch) | |
| tree | 818a53d9c57a0aff26c7039077a44b64e90a5d80 | |
| parent | f4f63d862352de4ebff7a0fc42a572d97817ebc6 (diff) | |
| download | bootstrap-3619586c16ef30214ec8df9b6e3fbfa423c5f623.tar.xz bootstrap-3619586c16ef30214ec8df9b6e3fbfa423c5f623.zip | |
Update accessibility.md
| -rw-r--r-- | docs/4.0/getting-started/accessibility.md | 2 |
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 %} |
