Skip to content

Commit a780df8

Browse files
tylermcginnispetebacondarwin
authored andcommitted
docs(ngInit): fix typo
Closes angular#4384
1 parent c106b80 commit a780df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* <div class="alert alert-error">
1313
* The only appropriate use of `ngInit` for aliasing special properties of
14-
* {@link api/ng.directive:ngRepeat `ngRepeat`}, as seen in the demo bellow. Besides this case, you
14+
* {@link api/ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below. Besides this case, you
1515
* should use {@link guide/dev_guide.mvc.understanding_controller controllers} rather than `ngInit`
1616
* to initialize values on a scope.
1717
* </div>

0 commit comments

Comments
 (0)