aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/controller.js
diff options
context:
space:
mode:
authorMatthew McComb2013-03-22 09:45:08 +0000
committerPawel Kozlowski2013-03-29 23:18:01 +0100
commit06ada222c26f717552fad88fb9534abf09824c61 (patch)
tree604acc0b0bd5452bbc9204ca897c389c98877347 /src/ng/controller.js
parent9480136d9f062ec4b8df0a35914b48c0d61e0002 (diff)
downloadangular.js-06ada222c26f717552fad88fb9534abf09824c61.tar.bz2
docs(controller): improve $controller function doc readability
Improved $controller function doc readability.
Diffstat (limited to 'src/ng/controller.js')
-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}.
*/