We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0eb2a0 + ff55c44 commit 77f8193Copy full SHA for 77f8193
README.md
@@ -19,7 +19,7 @@ RequireJS files as they are released.
19
20
With RequireJS, scripts can load in a different order than the order they are specified.
21
This can cause problems for jQuery plugins that assume jQuery is already loaded.
22
-Using the combined RequireJS + jQUery file makes sure jQuery is in the page before
+Using the combined RequireJS + jQuery file makes sure jQuery is in the page before
23
any jQuery plugins load.
24
25
However, the ideal use of jQuery with RequireJS is to load it as a module, since
0 commit comments