aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McComb2013-03-22 09:45:08 +0000
committerIgor Minar2013-04-04 09:42:01 -0700
commitf5c18861b673ad18aac01f3622c62094b18d843d (patch)
tree329ab21f042c159891c31488c55c635ab6d50f0b
parent4acd75b904ad7111e548279f7111bc17bedfc05c (diff)
downloadangular.js-f5c18861b673ad18aac01f3622c62094b18d843d.tar.bz2
docs(controller): improve $controller function doc readability
Improved $controller function doc readability.
-rw-r--r--src/ng/controller.js2
1 files changed, 1 insertions, 1 deletions
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}.
*/