From b8b63df664a72569d2199e3825fbf598b772e818 Mon Sep 17 00:00:00 2001 From: Afshin Mokhtari Date: Tue, 14 Oct 2014 00:46:42 -0700 Subject: [PATCH] docs(CONTRIBUTING): prototypical -> prototypal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #9608 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2586b7f7..c2c7d13c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -173,7 +173,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo * **Do not use namespaces**: Instead, wrap the entire angular code base in an anonymous closure and export our API explicitly rather than implicitly. * Wrap all code at **100 characters**. - * Instead of complex inheritance hierarchies, we **prefer simple objects**. We use prototypical + * Instead of complex inheritance hierarchies, we **prefer simple objects**. We use prototypal inheritance only when absolutely necessary. * We **love functions and closures** and, whenever possible, prefer them over objects. * To write concise code that can be better minified, we **use aliases internally** that map to the