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

Commit c4f6ccb

Browse files
simpultonIgorMinar
simpulton
authored andcommitted
docs($compile): fixed typo
1 parent 0c49bbd commit c4f6ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Compilation of HTML happens in three phases:
8484
collection of all of the linking functions returned from the individual directive compile
8585
functions.
8686

87-
3. Link the template with scope by calling the liking function returned from the previous step.
87+
3. Link the template with scope by calling the linking function returned from the previous step.
8888
This in turn will call the linking function of the individual directives allowing them to
8989
register any listeners on the elements and set up any {@link
9090
angular.module.ng.$rootScope.Scope#$watch watches} with the {@link

0 commit comments

Comments
 (0)