diff --git a/src/ng/directive/ngInit.js b/src/ng/directive/ngInit.js index d8b77c6c..854f5c35 100644 --- a/src/ng/directive/ngInit.js +++ b/src/ng/directive/ngInit.js @@ -11,7 +11,7 @@ * *
* 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. *