Skip to content

Commit 9e5815f

Browse files
committed
Fix README
1 parent cdde98d commit 9e5815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ action.call({}) # => [200, {"Set-Cookie" => "foo=bar; max-age=100;"}, "..."]
537537

538538
Actions have builtin support for Rack sessions.
539539
Similarly to cookies, you can read the session sent by the HTTP client via
540-
`req.session`, and also manipulate it via `res.ression`.
540+
`req.session`, and also manipulate it via `res.session`.
541541

542542
```ruby
543543
require "hanami/controller"

0 commit comments

Comments
 (0)