Skip to content

Commit b5d4bb0

Browse files
Amrita Ramnauthjosephperrott
Amrita Ramnauth
authored andcommitted
docs(schematics): add grammar fixes to schematics guide (#12532)
1 parent 9692333 commit b5d4bb0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

guides/schematics.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ creating Material applications easier.
55
Schematics come packaged with Angular Material, so once you have
66
installed the npm package, they will be available via the Angular CLI.
77

8-
If you run it will automatically install Angular Material for you
8+
Using the command below will automatically install Angular Material for you
99
and run the install schematic.
1010

1111
```
1212
ng add @angular/material
1313
```
1414

15-
The install schematic will help you quickly add Material to a new project.
15+
The install schematic will help you to quickly add Material to a new project.
1616
This schematic will:
1717

18-
- Ensure project dependencies in `package.json`
19-
- Ensure project dependencies in your app module
20-
- Adds Prebuilt or Setup Custom Theme
21-
- Adds Roboto fonts to your index.html
18+
- Ensure project dependencies are placed in `package.json`
19+
- Ensure project dependencies are placed in your app module
20+
- Add Prebuilt or Setup Custom Theme
21+
- Add Roboto fonts to your index.html
2222
- Apply simple CSS reset to body
2323

2424

2525
## Generator Schematics
26-
In addition to the install schematic Angular Material has three schematics it comes packaged with:
26+
In addition to the install schematic, Angular Material has three schematics it comes packaged with:
2727

2828
- Navigation
2929
- Dashboard
3030
- Table
3131

3232
### Navigation Schematic
3333
The navigation schematic will create a new component that includes
34-
a toolbar with the app name and the side nav responsive based on Material
34+
a toolbar with the app name and a responsive side nav based on Material
3535
breakpoints.
3636

3737
```

0 commit comments

Comments
 (0)