diff options
author | Lindsey Bieda <LindseyB@users.noreply.github.com> | 2015-01-06 13:08:34 -0500 |
---|---|---|
committer | Lindsey Bieda <LindseyB@users.noreply.github.com> | 2015-01-06 13:08:34 -0500 |
commit | c6117b6be19856df1be2bb2174b428f488a81d7e (patch) | |
tree | a9b870c8ec0c0745d893990ef0a0e871b0d4bc92 /actionpack/lib | |
parent | 0d2854326e063369b0ba56c0011655fed6f0f8ea (diff) | |
download | rails-c6117b6be19856df1be2bb2174b428f488a81d7e.tar.gz rails-c6117b6be19856df1be2bb2174b428f488a81d7e.tar.bz2 rails-c6117b6be19856df1be2bb2174b428f488a81d7e.zip |
Changing sets -> set
Updating some minor grammar issue.
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/middleware/cookies.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_dispatch/middleware/cookies.rb b/actionpack/lib/action_dispatch/middleware/cookies.rb index 8d3ce24612..b7687ca100 100644 --- a/actionpack/lib/action_dispatch/middleware/cookies.rb +++ b/actionpack/lib/action_dispatch/middleware/cookies.rb @@ -73,7 +73,7 @@ module ActionDispatch # to <tt>:all</tt>. Make sure to specify the <tt>:domain</tt> option with # <tt>:all</tt> or <tt>Array</tt> again when deleting cookies. # - # domain: nil # Does not sets cookie domain. (default) + # domain: nil # Does not set cookie domain. (default) # domain: :all # Allow the cookie for the top most level # # domain and subdomains. # domain: %w(.example.com .example.org) # Allow the cookie |