Skip to content

Commit 4653232

Browse files
committed
fix minor typo (thanks @kerrizor)
1 parent e4bdf8d commit 4653232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def rerun cmd, rerun_opts = nil
1717

1818
end
1919

20-
desc "run the site locally (visit http://localhost:9292"
20+
desc "run the site locally (visit http://localhost:9292)"
2121
task :run do
2222
rerun "rackup -s thin"
2323
end

0 commit comments

Comments
 (0)