Skip to content

Commit b8b63df

Browse files
afshinatorpetebacondarwin
authored andcommitted
docs(CONTRIBUTING): prototypical -> prototypal
Closes angular#9608
1 parent 28661d1 commit b8b63df

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

0 commit comments

Comments
 (0)