Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit edc2613

Browse files
afshinatorpetebacondarwin
authored andcommitted
docs(CONTRIBUTING): prototypical -> prototypal
Closes #9608
1 parent 6eab8ab commit edc2613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
172172
* **Do not use namespaces**: Instead, wrap the entire angular code base in an anonymous closure and
173173
export our API explicitly rather than implicitly.
174174
* Wrap all code at **100 characters**.
175-
* Instead of complex inheritance hierarchies, we **prefer simple objects**. We use prototypical
175+
* Instead of complex inheritance hierarchies, we **prefer simple objects**. We use prototypal
176176
inheritance only when absolutely necessary.
177177
* We **love functions and closures** and, whenever possible, prefer them over objects.
178178
* To write concise code that can be better minified, we **use aliases internally** that map to the

0 commit comments

Comments
 (0)