Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8a62a8c

Browse files
committed
docs(ngInit): fix typo ("unnecesary" --> "unnecessary")
Closes #12810
1 parent b6c2f8b commit 8a62a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngInit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* current scope.
1111
*
1212
* <div class="alert alert-danger">
13-
* This directive can be abused to add unnecesary amounts of logic into your templates.
13+
* This directive can be abused to add unnecessary amounts of logic into your templates.
1414
* There are only a few appropriate uses of `ngInit`, such as for aliasing special properties of
1515
* {@link ng.directive:ngRepeat `ngRepeat`}, as seen in the demo below; and for injecting data via
1616
* server side scripting. Besides these few cases, you should use {@link guide/controller controllers}

0 commit comments

Comments
 (0)