Skip to content

Commit 77f8193

Browse files
committed
Merge pull request #8 from editor/master
Fixes small typo in Readme
2 parents d0eb2a0 + ff55c44 commit 77f8193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RequireJS files as they are released.
1919

2020
With RequireJS, scripts can load in a different order than the order they are specified.
2121
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
22+
Using the combined RequireJS + jQuery file makes sure jQuery is in the page before
2323
any jQuery plugins load.
2424

2525
However, the ideal use of jQuery with RequireJS is to load it as a module, since

0 commit comments

Comments
 (0)