From c4d4ff4ea85cc6ab3299f65d548e59bd8cbb0f7d Mon Sep 17 00:00:00 2001 From: Victor Berchet Date: Mon, 10 Feb 2014 15:16:46 +0100 Subject: [PATCH] doc(scope): fix a typo --- 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 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