We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611c5a4 commit e35c713Copy full SHA for e35c713
src/material-experimental/README.md
@@ -41,7 +41,7 @@ component by following these steps:
41
export class MyModule {}
42
```
43
44
-4. Add use the components just as you would the normal Angular Material components. For example,
+4. Use the components just as you would the normal Angular Material components. For example,
45
the checkbox:
46
```html
47
<mat-checkbox [checked]="isChecked">Check me</mat-checkbox>
0 commit comments