From 6d51d043dfcdeda97ce25ea005e82f41d836ef8c Mon Sep 17 00:00:00 2001 From: Afshin Mokhtari Date: Tue, 14 Oct 2014 00:46:42 -0700 Subject: [PATCH] Update CONTRIBUTING.md docs: correction There is no prototypical inheritance, the word is 'prototypal'. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2586b7f70ca6..c2c7d13cedae 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