aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/document.js
diff options
context:
space:
mode:
authorAnthony Lieuallen2011-02-14 13:17:04 -0500
committerIgor Minar2011-02-16 00:04:15 -0500
commit7cf70c587e436014b2148eb4f12ecda307d25957 (patch)
treedf8171b59e9abd8515fcb93fd5901abcd08af9f7 /src/service/document.js
parent1777110958f76ee4be5760e36c96702223385918 (diff)
downloadangular.js-7cf70c587e436014b2148eb4f12ecda307d25957.tar.bz2
Small spelling and grammar fixes in documentation.
Diffstat (limited to 'src/service/document.js')
-rw-r--r--src/service/document.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/document.js b/src/service/document.js
index 93d4d9a5..f15c5900 100644
--- a/src/service/document.js
+++ b/src/service/document.js
@@ -5,7 +5,7 @@
* @requires $window
*
* @description
- * Reference to the browser window.document, but wrapped into angular.element().
+ * A reference to the browser window.document, but wrapped into angular.element().
*/
angularServiceInject("$document", function(window){
return jqLite(window.document);