diff --git a/src/jqLite.js b/src/jqLite.js
index c899ac186ee4..ff641f9145ec 100644
--- a/src/jqLite.js
+++ b/src/jqLite.js
@@ -44,6 +44,10 @@
*
**Note:** all element references in Angular are always wrapped with jQuery or
* jqLite; they are never raw DOM references.
*
+ * **Note:** Keep in mind that this function is just a selector, it will
+ * not find elements by tag name for you. Try instead `angular.element(document).find()`
+ * or `$document.find()`
+ *
* ## Angular's jqLite
* jqLite provides only the following jQuery methods:
*