From a1107e81ebf2254caf75718de2e3ec773cce0c56 Mon Sep 17 00:00:00 2001 From: brettcannon Date: Fri, 20 Jul 2012 10:10:33 -0300 Subject: [PATCH] fix(docs): "in depth" -> "in-depth" --- docs/content/guide/compiler.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index 9c86b977ae5d..b7677af4d70c 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -60,7 +60,7 @@ api/ng.directive:ngBind `ng-bind`} directive. 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