Skip to content

Commit 20d3469

Browse files
authored
docs: fix typo in material-experimental/README.md (#22607)
1 parent 7fe4925 commit 20d3469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-experimental/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ component by following these steps:
4141
export class MyModule {}
4242
```
4343

44-
4. Add use the components just as you would the normal Angular Material components. For example,
44+
4. Use the components just as you would the normal Angular Material components. For example,
4545
the checkbox:
4646
```html
4747
<mat-checkbox [checked]="isChecked">Check me</mat-checkbox>

0 commit comments

Comments
 (0)