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

Commit 6cb5fbf

Browse files
chikeichanpkozlowski-opensource
authored andcommitted
docs(error/badname): fix grammatical error
Closes #10460
1 parent f6644c7 commit 6cb5fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/ng/badname.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
@fullName Bad `hasOwnProperty` Name
44
@description
55

6-
Occurs when you try to use the name `hasOwnProperty` in a context where it is not allow.
6+
Occurs when you try to use the name `hasOwnProperty` in a context where it is not allowed.
77
Generally, a name cannot be `hasOwnProperty` because it is used, internally, on a object
88
and allowing such a name would break lookups on this object.

0 commit comments

Comments
 (0)