From 67944598632e97a6e310631e1a7450aee974d3f5 Mon Sep 17 00:00:00 2001 From: Michael Prentice Date: Fri, 30 Apr 2021 15:56:04 -0400 Subject: [PATCH] docs: fix typo in material-experimental/README.md --- src/material-experimental/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material-experimental/README.md b/src/material-experimental/README.md index aa829892c787..683a33d91035 100644 --- a/src/material-experimental/README.md +++ b/src/material-experimental/README.md @@ -41,7 +41,7 @@ component by following these steps: export class MyModule {} ``` -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, the checkbox: ```html Check me