Skip to content

Commit

Permalink
Fix typos in Coding Standards (#4747)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarrieur authored and tinayuangao committed May 23, 2017
1 parent eddf30d commit 65d9187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODING_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ API docs.

#### JsDoc comments

All public APIs must have user-facing comments. These are extracted and shown in the documation
All public APIs must have user-facing comments. These are extracted and shown in the documentation
on [material.angular.io](https://material.angular.io).

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

#### Inheritance

Avoid using inheritence to apply reusable behaviors to multiple components. This limits how many
Avoid using inheritance to apply reusable behaviors to multiple components. This limits how many
behaviors can be composed.

### Angular
Expand Down

0 comments on commit 65d9187

Please sign in to comment.