From c4f6ccb0658cb723c6e9704cf7fcf1bc72b2ae99 Mon Sep 17 00:00:00 2001 From: simpulton Date: Wed, 11 Apr 2012 21:12:29 -0700 Subject: docs($compile): fixed typo --- docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc') diff --git a/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc b/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc index eee0d3cc..2da85c51 100644 --- a/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc +++ b/docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc @@ -84,7 +84,7 @@ Compilation of HTML happens in three phases: collection of all of the linking functions returned from the individual directive compile functions. - 3. Link the template with scope by calling the liking function returned from the previous step. + 3. Link the template with scope by calling the linking function returned from the previous step. This in turn will call the linking function of the individual directives allowing them to register any listeners on the elements and set up any {@link angular.module.ng.$rootScope.Scope#$watch watches} with the {@link -- cgit v1.2.3