aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/compiler.ngdoc
diff options
context:
space:
mode:
authorbrettcannon2012-07-20 10:10:33 -0300
committerBrian Ford2012-07-20 20:54:42 -0700
commita1107e81ebf2254caf75718de2e3ec773cce0c56 (patch)
treee947bf4d5df8c29d3b57b43039500f71d16b5e7e /docs/content/guide/compiler.ngdoc
parente3e8813e3c586093c79cffe2b17418c0c1797d4a (diff)
downloadangular.js-a1107e81ebf2254caf75718de2e3ec773cce0c56.tar.bz2
fix(docs): "in depth" -> "in-depth"
Diffstat (limited to 'docs/content/guide/compiler.ngdoc')
-rw-r--r--docs/content/guide/compiler.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc
index 9c86b977..b7677af4 100644
--- a/docs/content/guide/compiler.ngdoc
+++ b/docs/content/guide/compiler.ngdoc
@@ -60,7 +60,7 @@ api/ng.directive:ngBind `ng-bind`} directive.
</pre>
Directive is just a function which executes when the compiler encounters it in the DOM. See {@link
-api/ng.$compileProvider.directive directive API} for in depth documentation on how
+api/ng.$compileProvider.directive directive API} for in-depth documentation on how
to write directives.
Here is a directive which makes any element draggable. Notice the `draggable` attribute on the