Skip to content

docs: Fix typos in Coding Standards #4747

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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