lib/plezi/handlers/controller_magic.rb in plezi-0.7.1 vs lib/plezi/handlers/controller_magic.rb in plezi-0.7.2
- old
+ new
@@ -24,10 +24,10 @@
public
# the request object, class: HTTPRequest.
attr_reader :request
- # the ::params variable contains all the paramaters set by the request (/path?locale=he => params["locale"] == "he").
+ # the ::params variable contains all the parameters set by the request (/path?locale=he => params["locale"] == "he").
attr_reader :params
# a cookie-jar to get and set cookies (set: `cookie\[:name] = data` or get: `cookie\[:name]`).
#
# Cookies and some other data must be set BEFORE the response's headers are sent.