From 5f540295153612d23d21c605e1886f035f9e2788 Mon Sep 17 00:00:00 2001 From: Gias Kay Lee <balancetraveller+github@gmail.com> Date: Wed, 8 Jan 2014 08:56:23 +0800 Subject: [PATCH] docs(document): so it looks better --- src/ng/document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/document.js b/src/ng/document.js index f1f2d334ff7b..f1171c728c45 100644 --- a/src/ng/document.js +++ b/src/ng/document.js @@ -6,7 +6,7 @@ * @requires $window * * @description - * A {@link angular.element jQuery (lite)}-wrapped reference to the browser's `window.document` + * A {@link angular.element jqLite}-wrapped reference to the browser's `window.document` * element. */ function $DocumentProvider(){