Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 56e270a

Browse files
Stéphane Reynaudajoslin
authored andcommitted
docs(button): incorrect description
replace `radio button's text` by `button's text` Closes #313.
1 parent f581512 commit 56e270a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/buttons/buttons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ angular.module('material.components.button', [
3131
* @param {string=} type Optional attribute to specific button types (useful for forms); such as 'submit', etc.
3232
* @param {string=} ng-href Optional attribute to support both ARIA and link navigation
3333
* @param {string=} href Optional attribute to support both ARIA and link navigation
34-
* @param {string=} ariaLabel Publish the button label used by screen-readers for accessibility. Defaults to the radio button's text.
34+
* @param {string=} ariaLabel Publish the button label used by screen-readers for accessibility. Defaults to the button's text.
3535
*
3636
* @usage
3737
* <hljs lang="html">

0 commit comments

Comments
 (0)