Skip to content

Commit 51ed285

Browse files
vicbSebastien Armand - sa250111
authored and
Sebastien Armand - sa250111
committed
docs(guide/scope): fix a typo
Signed-off-by: Caitlin Potter <[email protected]> Closes angular#6202
1 parent 6232b28 commit 51ed285

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)