diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 4e3953289076..3d932fd96aa8 100644 --- a/docs/content/guide/scope.ngdoc +++ b/docs/content/guide/scope.ngdoc @@ -333,7 +333,7 @@ information. Dirty checking the scope for property changes is a common operation in Angular and for this reason the dirty checking function must be efficient. Care should be taken that the dirty checking -function does not do any DOM access, as DOM access is orders of magnitude slower then property +function does not do any DOM access, as DOM access is orders of magnitude slower than property access on JavaScript object. ## Integration with the browser event loop