File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ API docs.
139
139
140
140
#### JsDoc comments
141
141
142
- All public APIs must have user-facing comments. These are extracted and shown in the documation
142
+ All public APIs must have user-facing comments. These are extracted and shown in the documentation
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
@@ -213,7 +213,7 @@ activateRipple() {
213
213
214
214
#### Inheritance
215
215
216
- Avoid using inheritence to apply reusable behaviors to multiple components. This limits how many
216
+ Avoid using inheritance to apply reusable behaviors to multiple components. This limits how many
217
217
behaviors can be composed.
218
218
219
219
### Angular
You can’t perform that action at this time.
0 commit comments