Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a1107e8

Browse files
brettcannonbtford
authored andcommitted
fix(docs): "in depth" -> "in-depth"
1 parent e3e8813 commit a1107e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/compiler.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ api/ng.directive:ngBind `ng-bind`} directive.
6060
</pre>
6161

6262
Directive is just a function which executes when the compiler encounters it in the DOM. See {@link
63-
api/ng.$compileProvider.directive directive API} for in depth documentation on how
63+
api/ng.$compileProvider.directive directive API} for in-depth documentation on how
6464
to write directives.
6565

6666
Here is a directive which makes any element draggable. Notice the `draggable` attribute on the

0 commit comments

Comments
 (0)