diff --git a/entries/jQuery.isFunction.xml b/entries/jQuery.isFunction.xml
index 2ceed224..689cdbf7 100644
--- a/entries/jQuery.isFunction.xml
+++ b/entries/jQuery.isFunction.xml
@@ -7,7 +7,7 @@
Object to test whether or not it is a function.
- Determine if the argument passed is a Javascript function object.
+ Determine if the argument passed is a JavaScript function object.
Note: As of jQuery 1.3, functions provided by the browser like alert() and DOM element methods like getAttribute() are not guaranteed to be detected as functions in browsers such as Internet Explorer.