Skip to content

Commit a7faebc

Browse files
julianobrasilandrewseguin
authored andcommitted
correct some typos (#7697)
1 parent 0ab6ebe commit a7faebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/lib/expansion/expansion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ is in its expanded state.
5555
#### Disabling a panel
5656

5757
Expansion panels can be disabled using the `disabled` attribute. A disabled expansion panel can't
58-
be toggled by the user, but can still be manipulated using programmatically.
58+
be toggled by the user, but can still be manipulated programmatically.
5959

6060
```html
6161
<mat-expansion-panel [disabled]="isDisabled">
@@ -101,8 +101,8 @@ panel can be expanded at a given time:
101101

102102
### Accessibility
103103
The expansion-panel aims to mimic the experience of the native `<details>` and `<summary>` elements.
104-
The expansion panel header has `role="button"`. The expansion panel header has attribute
105-
`aria-controls` with the expansion panel's id as value.
104+
The expansion panel header has `role="button"` and also the attribute `aria-controls` with the
105+
expansion panel's id as value.
106106

107107
The expansion panel headers are buttons. Users can use the keyboard to activate the expansion panel
108108
header to switch between expanded state and collapsed state. Because the header acts as a button,

0 commit comments

Comments
 (0)