From 612654b8efc50a9e60db00fedcbd80ffc8eba8ff Mon Sep 17 00:00:00 2001 From: Quy Date: Sun, 4 Dec 2016 09:41:57 -0800 Subject: [PATCH] Change it's to its. --- docs/pages/button.md | 2 +- docs/pages/forms.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/button.md b/docs/pages/button.md index 20def785d..411b9eced 100644 --- a/docs/pages/button.md +++ b/docs/pages/button.md @@ -104,7 +104,7 @@ Add a dropdown arrow to your button with the `.dropdown` class. ## Accessibility -Make sure that the text of the button is descriptive. If for some reason, your button contains no readable text (for example, just a symbol or icon), add screen reader-only text to the button to clarify it's purpose. The symbol or icon should be wrapped in an element with the attribute `aria-hidden="true"`, to prevent screen readers from trying to pronounce the symbol. +Make sure that the text of the button is descriptive. If for some reason, your button contains no readable text (for example, just a symbol or icon), add screen reader-only text to the button to clarify its purpose. The symbol or icon should be wrapped in an element with the attribute `aria-hidden="true"`, to prevent screen readers from trying to pronounce the symbol. Use the `.show-for-sr` class to define screen reader-only text. diff --git a/docs/pages/forms.md b/docs/pages/forms.md index f1b1d2d52..9c873f8fe 100644 --- a/docs/pages/forms.md +++ b/docs/pages/forms.md @@ -139,7 +139,7 @@ To encourage their use as an accessibility tool, the `
` element is no ## Help Text -Place help text below a field to clarify it's purpose. Whenever you use help text, give the text a unique ID, and add the attribute `aria-describedby` to the input. +Place help text below a field to clarify its purpose. Whenever you use help text, give the text a unique ID, and add the attribute `aria-describedby` to the input. ```html_example