File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ All public APIs must have user-facing comments. These are extracted and shown in
143
143
on [ material.angular.io] ( https://material.angular.io ) .
144
144
145
145
Private and internal APIs should have JsDoc when they are not obvious. Ultimately it is the purview
146
- of the code reviwer as to what is "obvious", but the rule of thumb is that * most* classes,
146
+ of the code reviewer as to what is "obvious", but the rule of thumb is that * most* classes,
147
147
properties, and methods should have a JsDoc description.
148
148
149
149
Properties should have a concise description of what the property means:
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ element in an `<md-list-item>`.
44
44
45
45
### Multi-line lists
46
46
For lists that require multiple lines per item, annotate each line with an ` md-line ` attribute.
47
- Whichever heading tag is appropriate for your DOM hierarchy should be used (not necesarily ` <h3> `
47
+ Whichever heading tag is appropriate for your DOM hierarchy should be used (not necessarily ` <h3> `
48
48
as shown in the example).
49
49
50
50
``` html
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let snackBarRef = snackbar.openFromComponent(MessageArchivedComponent);
16
16
```
17
17
18
18
In either case, an ` MdSnackBarRef ` is returned. This can be used to dismiss the snack-bar or to
19
- recieve notification of when the snack-bar is dismissed. For simple messages with an action, the
19
+ receive notification of when the snack-bar is dismissed. For simple messages with an action, the
20
20
` MdSnackBarRef ` exposes an observable for when the action is triggered.
21
21
22
22
``` ts
Original file line number Diff line number Diff line change 4
4
5
5
### Multiple rows
6
6
Toolbars can have multiple rows using ` <md-toolbar-row> ` elements. Any content outside of an
7
- ` <md-toolbar-row> ` element are automatically placed inside of one at the begining of the toolbar.
7
+ ` <md-toolbar-row> ` element are automatically placed inside of one at the beginning of the toolbar.
8
8
Each toolbar row is a ` display: flex ` container.
9
9
10
10
``` html
You can’t perform that action at this time.
0 commit comments