diff --git a/guides/schematics.md b/guides/schematics.md index 1379e8a1bdca..33b861233bfc 100644 --- a/guides/schematics.md +++ b/guides/schematics.md @@ -25,7 +25,7 @@ ng add @angular/cdk The Angular Material `ng add` schematic helps you set up an Angular CLI project that uses Material. Running `ng add` will: - Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json` -- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) your app module +- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module - Add either a [prebuilt theme](./theming#using-a-pre-built-theme) or a [custom theme](./theming#defining-a-custom-theme) - Add Roboto fonts to your `index.html` - Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`