aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/ngInit.js
diff options
context:
space:
mode:
authorTyler McGinnis2013-10-11 15:59:08 -0700
committerPete Bacon Darwin2013-10-14 07:40:57 +0100
commita780df877935f350990826bc5e577afa2b460006 (patch)
tree4e33c0b16511056fd001d051ccc881a0f2e68290 /src/ng/directive/ngInit.js
parentc106b80c8dc145797dd1325a765d0e467894cb85 (diff)
downloadangular.js-a780df877935f350990826bc5e577afa2b460006.tar.bz2
docs(ngInit): fix typo
Closes #4384
Diffstat (limited to 'src/ng/directive/ngInit.js')
-rw-r--r--src/ng/directive/ngInit.js2
1 files changed, 1 insertions, 1 deletions
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 @@
*
* <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>