We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe4925 commit 20d3469Copy full SHA for 20d3469
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