From 27613fd50020e6c9fe36b7622eb881fb34ce7dc6 Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 10 Feb 2014 15:16:46 +0100 Subject: docs(guide/scope): fix a typo Signed-off-by: Caitlin Potter Closes #6202 --- docs/content/guide/scope.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/scope.ngdoc b/docs/content/guide/scope.ngdoc index 4e395328..3d932fd9 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 -- cgit v1.2.3