diff --git a/docs/content/error/ng/badname.ngdoc b/docs/content/error/ng/badname.ngdoc index ab67236a9d22..c6a38ae7e58e 100644 --- a/docs/content/error/ng/badname.ngdoc +++ b/docs/content/error/ng/badname.ngdoc @@ -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.