Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed spelling on QUnit pull message
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
Rakefile
|
@@ -126,7 +126,7 @@ file sizzle do |
|
|
end |
|
|
|
|
|
file qunit do |
|
|
puts "Retrieving QUnity from Github..." |
|
|
puts "Retrieving QUnit from Github..." |
|
|
sh "git clone git://github.com/jquery/qunit.git #{qunit_dir}" |
|
|
end |
|
|
|
|
|