From 7cf70c587e436014b2148eb4f12ecda307d25957 Mon Sep 17 00:00:00 2001 From: Anthony Lieuallen Date: Mon, 14 Feb 2011 13:17:04 -0500 Subject: Small spelling and grammar fixes in documentation. --- src/service/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/service/document.js') 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); -- cgit v1.2.3