aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/2_3_release_notes.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-08-23 23:12:31 +0200
committerXavier Noria <fxn@hashref.com>2013-08-23 23:13:07 +0200
commitdc54dbe8f00138e8652438fe247f8c5792da7e24 (patch)
tree6d4c5890e68e81a739a1a107f27579c8adb1cf6f /guides/source/2_3_release_notes.md
parent043c8707bf0a87beb3906643ddfd1b60f52c1a98 (diff)
downloadrails-dc54dbe8f00138e8652438fe247f8c5792da7e24.tar.gz
rails-dc54dbe8f00138e8652438fe247f8c5792da7e24.tar.bz2
rails-dc54dbe8f00138e8652438fe247f8c5792da7e24.zip
typo [ci skip]
Diffstat (limited to 'guides/source/2_3_release_notes.md')
-rw-r--r--guides/source/2_3_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_3_release_notes.md b/guides/source/2_3_release_notes.md
index 911d8d2eef..c2002fb8fa 100644
--- a/guides/source/2_3_release_notes.md
+++ b/guides/source/2_3_release_notes.md
@@ -237,7 +237,7 @@ If you're one of the people who has always been bothered by the special-case nam
### HTTP Digest Authentication Support
-Rails now has built-in support for HTTP digest authentication. To use it, you call `authenticate_or_request_with_http_digest` with a block that returns the uses's password (which is then hashed and compared against the transmitted credentials):
+Rails now has built-in support for HTTP digest authentication. To use it, you call `authenticate_or_request_with_http_digest` with a block that returns the user's password (which is then hashed and compared against the transmitted credentials):
```ruby
class PostsController < ApplicationController