From 5459cff8f62cd1866dd21f3933e62c41eab79fc1 Mon Sep 17 00:00:00 2001 From: Greg Jastrab Date: Mon, 15 Aug 2011 14:51:16 -0400 Subject: [PATCH] Fixes mis-spelling of application --- deployment/nginx_proxied_to_unicorn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/nginx_proxied_to_unicorn.md b/deployment/nginx_proxied_to_unicorn.md index 64c5f85..fb0443d 100644 --- a/deployment/nginx_proxied_to_unicorn.md +++ b/deployment/nginx_proxied_to_unicorn.md @@ -16,7 +16,7 @@ Once you have nginx installed, you can install unicorn with rubygems: gem install unicorn -Now that's done we can setup a basic Rack applicaiton in Sinatra. +Now that's done we can setup a basic Rack application in Sinatra. ### The Example Application