Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 27613fd

Browse files
vicbcaitp
authored andcommitted
docs(guide/scope): fix a typo
Signed-off-by: Caitlin Potter <[email protected]> Closes #6202
1 parent e645f7c commit 27613fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/scope.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ information.
333333

334334
Dirty checking the scope for property changes is a common operation in Angular and for this reason
335335
the dirty checking function must be efficient. Care should be taken that the dirty checking
336-
function does not do any DOM access, as DOM access is orders of magnitude slower then property
336+
function does not do any DOM access, as DOM access is orders of magnitude slower than property
337337
access on JavaScript object.
338338

339339
## Integration with the browser event loop

0 commit comments

Comments
 (0)