Skip to content

Commit

Permalink
Fixed type from cookie to cookies
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Sandlar committed Dec 19, 2012
1 parent ef2124f commit 128c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/sinatra-cookies.html
Expand Up @@ -8,7 +8,7 @@ <h2>Usage</h2>
<p>Allows you to read cookies:</p>

<pre>get '/' do
&quot;value: #{cookie[:something]}&quot;
&quot;value: #{cookies[:something]}&quot;
end</pre>

<p>And of course to write cookies:</p>
Expand Down

0 comments on commit 128c74a

Please sign in to comment.