We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6232b28 commit 51ed285Copy full SHA for 51ed285
docs/content/guide/scope.ngdoc
@@ -333,7 +333,7 @@ information.
333
334
Dirty checking the scope for property changes is a common operation in Angular and for this reason
335
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
+function does not do any DOM access, as DOM access is orders of magnitude slower than property
337
access on JavaScript object.
338
339
## Integration with the browser event loop
0 commit comments