aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-08 03:05:03 -0800
committerChris Rebert <[email protected]>2016-02-08 03:05:03 -0800
commit1d14d5c40401c050d7fb92d6966c9c939ebef9d7 (patch)
tree4eb1cfa926e14c58bd7bc72593f1d20e866d652c /docs/components
parentba4d52ef29de2d973cdde403c464fb29f04095d2 (diff)
downloadbootstrap-1d14d5c40401c050d7fb92d6966c9c939ebef9d7.tar.xz
bootstrap-1d14d5c40401c050d7fb92d6966c9c939ebef9d7.zip
Fix apparent typo in b8ff763d6232d4a61858739b43f509366ffd1500
[ci skip]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/buttons.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md
index 9ec1c23f1..391c96311 100644
--- a/docs/components/buttons.md
+++ b/docs/components/buttons.md
@@ -119,7 +119,7 @@ Make buttons look inactive by adding the `disabled` boolean attribute to any `<b
Disabled buttons using the `<a>` element behave a bit different:
- `<a>`s don't support the `disabled` attribute, so you must add the `.disabled` class to make it visually appear disabled.
-- Some future-friendly styles are included to disable all `pointer-events` on anchor buttons. For browsers that support that proper, you won't see the disabled cursor at all.
+- Some future-friendly styles are included to disable all `pointer-events` on anchor buttons. In browsers which support that property, you won't see the disabled cursor at all.
- Disabled buttons should include the `aria-disabled="true"` attribute to indicate the state of the element to assistive technologies.
{% example html %}