Browse code

Fixing English error pet-peeve.

Parker Moore authored on 01/12/2012 at 02:42:46
Showing 1 changed files
... ...
@@ -151,7 +151,7 @@ task :new_page, :filename do |t, args|
151 151
 end
152 152
 
153 153
 # usage rake isolate[my-post]
154
-desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much quicker."
154
+desc "Move all other posts than the one currently being worked on to a temporary stash location (stash) so regenerating the site happens much more quickly."
155 155
 task :isolate, :filename do |t, args|
156 156
   stash_dir = "#{source_dir}/#{stash_dir}"
157 157
   FileUtils.mkdir(stash_dir) unless File.exist?(stash_dir)