docs(guide/scope): fix a typo

Signed-off-by: Caitlin Potter <caitpotter88@gmail.com>

Closes #6202
This commit is contained in:
Victor Berchet
2014-02-10 15:16:46 +01:00
committed by Caitlin Potter
parent e645f7cae1
commit 27613fd500

View File

@@ -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