From 65d918762b3ca1956f7c296abeb5a330e8d370d1 Mon Sep 17 00:00:00 2001 From: miki95 Date: Tue, 23 May 2017 16:56:50 -0400 Subject: [PATCH] Fix typos in Coding Standards (#4747) --- CODING_STANDARDS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODING_STANDARDS.md b/CODING_STANDARDS.md index 3fe410dede70..647bc54f7dde 100644 --- a/CODING_STANDARDS.md +++ b/CODING_STANDARDS.md @@ -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 @@ -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