Skip to content

Commit 65d9187

Browse files
mlarrieurtinayuangao
authored andcommitted
Fix typos in Coding Standards (#4747)
1 parent eddf30d commit 65d9187

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CODING_STANDARDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ API docs.
139139

140140
#### JsDoc comments
141141

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
143143
on [material.angular.io](https://material.angular.io).
144144

145145
Private and internal APIs should have JsDoc when they are not obvious. Ultimately it is the purview
@@ -213,7 +213,7 @@ activateRipple() {
213213

214214
#### Inheritance
215215

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
217217
behaviors can be composed.
218218

219219
### Angular

0 commit comments

Comments
 (0)