Skip to content

Commit

Permalink
docs(hint): Fix incorrect spelling of button--plain class
Browse files Browse the repository at this point in the history
409
  • Loading branch information
ryanoglesby08 committed Aug 21, 2017
1 parent 49a5e30 commit 597ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/elements/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Hints provide information a user may need to complete a form field. While a labe
<label for="hinted-field">Interactive hint</label>
<input type="text" id="hinted-field" aria-describedby="some-hint">
<div class="hint hint--active">
<button class="button-plain hint__trigger" aria-controls="some-hint">
<button class="button--plain hint__trigger" aria-controls="some-hint">
<span class="accessible-hide">Toggle helper text visibility</span>
</button>
<span id="some-hint" class="hint__text" aria-role="tooltip" aria-hidden="false">
Expand Down

0 comments on commit 597ba65

Please sign in to comment.