File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 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
143143on [ material.angular.io] ( https://material.angular.io ) .
144144
145145Private 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,
147147properties, and methods should have a JsDoc description.
148148
149149Properties 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>`.
4444
4545### Multi-line lists
4646For 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> `
4848as shown in the example).
4949
5050``` html
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ let snackBarRef = snackbar.openFromComponent(MessageArchivedComponent);
1616```
1717
1818In 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
2020` MdSnackBarRef ` exposes an observable for when the action is triggered.
2121
2222``` ts
Original file line number Diff line number Diff line change 44
55### Multiple rows
66Toolbars 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.
88Each toolbar row is a ` display: flex ` container.
99
1010``` html
You can’t perform that action at this time.
0 commit comments