Skip to content

Commit 06ada22

Browse files
MattMcCombpkozlowski-opensource
authored andcommitted
docs(controller): improve $controller function doc readability
Improved $controller function doc readability.
1 parent 9480136 commit 06ada22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function $ControllerProvider() {
5252
* @description
5353
* `$controller` service is responsible for instantiating controllers.
5454
*
55-
* It's just simple call to {@link AUTO.$injector $injector}, but extracted into
55+
* It's just a simple call to {@link AUTO.$injector $injector}, but extracted into
5656
* a service, so that one can override this service with {@link https://gist.github.com/1649788
5757
* BC version}.
5858
*/

0 commit comments

Comments
 (0)