Skip to content

Commit

Permalink
Capitalize "buttons"
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Mar 22, 2017
1 parent 6c348ea commit a39dff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/accessibility/button-name.js
Expand Up @@ -32,7 +32,7 @@ class ButtonName extends AxeAudit {
return {
category: 'Accessibility',
name: 'button-name',
description: 'buttons have an accessible name.',
description: 'Buttons have an accessible name.',
helpText: 'An accessible name helps convey the purpose of a button. Without one, a screen ' +
'reader will only announce the word "button".',
requiredArtifacts: ['Accessibility']
Expand Down

0 comments on commit a39dff3

Please sign in to comment.