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

Commit 38dffe7

Browse files
brent-morrowIgorMinar
authored andcommitted
docs(guide/concepts): wording change
... or when working with --> a <-- third-party library callbacks. ... or when working with third-party library callbacks.
1 parent 941633a commit 38dffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/concepts.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ applied in Angular execution context will benefit from Angular data-binding, exc
7474
property watching, etc... You can also use $apply() to enter Angular execution context from JavaScript. Keep in
7575
mind that in most places (controllers, services) $apply has already been called for you by the
7676
directive which is handling the event. An explicit call to $apply is needed only when
77-
implementing custom event callbacks, or when working with a third-party library callbacks.
77+
implementing custom event callbacks, or when working with third-party library callbacks.
7878

7979
1. Enter Angular execution context by calling {@link guide/scope scope}`.`{@link
8080
api/ng.$rootScope.Scope#$apply $apply}`(stimulusFn)`. Where `stimulusFn` is

0 commit comments

Comments
 (0)