docs(error/badname): fix grammatical error

Closes #10460
This commit is contained in:
Chi Kei Chan
2014-12-15 01:23:31 -08:00
committed by Pawel Kozlowski
parent f6644c720e
commit 6cb5fbf5ef

View File

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