docs(ngInit): fix typo

Closes #4384
This commit is contained in:
Tyler McGinnis 2013-10-11 15:59:08 -07:00 committed by Pete Bacon Darwin
parent c106b80c8d
commit a780df8779

View file

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