Skip to content

Commit 57c5dff

Browse files
authored
docs: fix ommitted word 'in' (#26777)
1 parent 780d57b commit 57c5dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/schematics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ng add @angular/cdk
2525
The Angular Material `ng add` schematic helps you set up an Angular CLI project that uses Material. Running `ng add` will:
2626

2727
- Ensure [project dependencies](./getting-started#step-1-install-angular-material-angular-cdk-and-angular-animations) are placed in `package.json`
28-
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) your app module
28+
- Enable the [BrowserAnimationsModule](./getting-started#step-2-configure-animations) in your app module
2929
- Add either a [prebuilt theme](./theming#using-a-pre-built-theme) or a [custom theme](./theming#defining-a-custom-theme)
3030
- Add Roboto fonts to your `index.html`
3131
- Add the [Material Icon font](./getting-started#step-6-optional-add-material-icons) to your `index.html`

0 commit comments

Comments
 (0)