aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/api
diff options
context:
space:
mode:
authorsimpulton2012-04-11 21:12:29 -0700
committerIgor Minar2012-04-11 23:48:53 -0700
commitc4f6ccb0658cb723c6e9704cf7fcf1bc72b2ae99 (patch)
tree595637cbe9347ce136406793ce33389cd4d87d35 /docs/content/api
parent0c49bbdc38d228c7612bbda0420e4f17ba501528 (diff)
downloadangular.js-c4f6ccb0658cb723c6e9704cf7fcf1bc72b2ae99.tar.bz2
docs($compile): fixed typo
Diffstat (limited to 'docs/content/api')
-rw-r--r--docs/content/api/angular.module.ng.$compileProvider.directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
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