Skip to content

Commit 30127fa

Browse files
yjcxy12mmalerba
authored andcommitted
chore: fix misspelled aria-labelledby in public API description (#15985)
1 parent f28a294 commit 30127fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/material-experimental/mdc-checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export class MatCheckboxChange {
8585
})
8686
export class MatCheckbox implements AfterViewInit, OnDestroy, ControlValueAccessor {
8787
/**
88-
* The `aria-label` attribute to use for the input element. In most cases, `arial-labelledby` will
88+
* The `aria-label` attribute to use for the input element. In most cases, `aria-labelledby` will
8989
* take precedence so this may be omitted.
9090
*/
9191
@Input('aria-label') ariaLabel: string = '';

src/material/button-toggle/button-toggle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ export class MatButtonToggle extends _MatButtonToggleMixinBase implements OnInit
399399
private _checked = false;
400400

401401
/**
402-
* Attached to the aria-label attribute of the host element. In most cases, arial-labelledby will
402+
* Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will
403403
* take precedence so this may be omitted.
404404
*/
405405
@Input('aria-label') ariaLabel: string;

src/material/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ export class MatCheckbox extends _MatCheckboxMixinBase implements ControlValueAc
130130
AfterViewChecked, OnDestroy, CanColor, CanDisable, HasTabIndex, CanDisableRipple {
131131

132132
/**
133-
* Attached to the aria-label attribute of the host element. In most cases, arial-labelledby will
133+
* Attached to the aria-label attribute of the host element. In most cases, aria-labelledby will
134134
* take precedence so this may be omitted.
135135
*/
136136
@Input('aria-label') ariaLabel: string = '';

0 commit comments

Comments
 (0)