From ee54e11a3c77a635763dcbed6a8d7afa72ead3ec Mon Sep 17 00:00:00 2001 From: Thomas Shaddox Date: Thu, 8 Dec 2011 03:05:04 -0800 Subject: [PATCH] Fixed spelling mistake. --- heroku-sinatra-app.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroku-sinatra-app.rb b/heroku-sinatra-app.rb index 621937e..2d85fd4 100644 --- a/heroku-sinatra-app.rb +++ b/heroku-sinatra-app.rb @@ -18,7 +18,7 @@ # Quick test get '/' do - "Congradulations! + "Congratulations! You're running a Sinatra application on Heroku!" end