From f5c18861b673ad18aac01f3622c62094b18d843d Mon Sep 17 00:00:00 2001 From: Matthew McComb Date: Fri, 22 Mar 2013 09:45:08 +0000 Subject: docs(controller): improve $controller function doc readability Improved $controller function doc readability. --- src/ng/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/controller.js') diff --git a/src/ng/controller.js b/src/ng/controller.js index e2f1b6ac..0474e766 100644 --- a/src/ng/controller.js +++ b/src/ng/controller.js @@ -52,7 +52,7 @@ function $ControllerProvider() { * @description * `$controller` service is responsible for instantiating controllers. * - * It's just simple call to {@link AUTO.$injector $injector}, but extracted into + * It's just a simple call to {@link AUTO.$injector $injector}, but extracted into * a service, so that one can override this service with {@link https://gist.github.com/1649788 * BC version}. */ -- cgit v1.2.3