diff options
| author | Tyler McGinnis | 2013-10-11 15:59:08 -0700 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-14 07:40:57 +0100 |
| commit | a780df877935f350990826bc5e577afa2b460006 (patch) | |
| tree | 4e33c0b16511056fd001d051ccc881a0f2e68290 /src/ng/directive/ngInit.js | |
| parent | c106b80c8dc145797dd1325a765d0e467894cb85 (diff) | |
| download | angular.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.js | 2 |
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> |
