From 17e5c7ce777b2408abb2e11cdc99fc9ea37719f0 Mon Sep 17 00:00:00 2001 From: James Adam Date: Thu, 3 May 2012 14:37:05 +0200 Subject: [PATCH] Minor typo --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 40f60af..ce285ef 100644 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,7 @@ task :publish do commit = `echo "Publishing docs from master branch" | git commit-tree #{sha} -p refs/heads/gh-pages`.strip `git update-ref refs/heads/gh-pages #{commit}` puts "The gh-pages branch now points to the latest version of the docs." - puts "All the remains is for you to push gh-pages to github." + puts "All that remains is for you to push gh-pages to github." end RSpec::Core::RakeTask.new(:spec) do |t|