From 2f8313ad2481acf517853bf4bd189d06c4d09aee Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Thu, 10 Sep 2015 15:03:15 +0300 Subject: [PATCH] docs(ngInit): fix typo ("unnecesary" --> "unnecessary") --- src/ng/directive/ngInit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngInit.js b/src/ng/directive/ngInit.js index 9f6ef1978a86..2e9a7c8127ba 100644 --- a/src/ng/directive/ngInit.js +++ b/src/ng/directive/ngInit.js @@ -10,7 +10,7 @@ * current scope. * *
- * This directive can be abused to add unnecesary amounts of logic into your templates. + * This directive can be abused to add unnecessary amounts of logic into your templates. * There are only a few appropriate uses of `ngInit`, such as for aliasing special properties of * {@link ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below; and for injecting data via * server side scripting. Besides these few cases, you should use {@link guide/controller controllers}