diff options
| author | brettcannon | 2012-07-20 10:10:33 -0300 | 
|---|---|---|
| committer | Igor Minar | 2012-08-10 14:18:06 -0700 | 
| commit | 438627c2c32866d04ae76785c06150302fc9cb69 (patch) | |
| tree | 0974bd9c1c369d68fca14399cf46b48d0cc75588 /docs/content/guide | |
| parent | d3952b79c7d3fe024ba2cf886dc9225d3107d342 (diff) | |
| download | angular.js-438627c2c32866d04ae76785c06150302fc9cb69.tar.bz2 | |
fix(docs): "in depth" -> "in-depth"
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/compiler.ngdoc | 2 | 
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  | 
