diff --git a/guides/source/action_controller_overview.md b/guides/source/action_controller_overview.md index 285c6cf407..a3af127aaf 100644 --- a/guides/source/action_controller_overview.md +++ b/guides/source/action_controller_overview.md @@ -585,7 +585,7 @@ class CommentsController < ApplicationController end ``` -Note that while for session values you set the key to `nil`, to delete a cookie value you should use `cookies.delete(:key)`. +Note that while for session values you can set the key to `nil`, to delete a cookie value you should use `cookies.delete(:key)`. Rails also provides a signed cookie jar and an encrypted cookie jar for storing sensitive data. The signed cookie jar appends a cryptographic signature on the