Skip to content

Commit

Permalink
fix minor spelling mistakes in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dnagir committed May 24, 2011
1 parent 505e115 commit 8f003de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actionpack/lib/action_controller/metal/force_ssl.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module ActionController
# This module provides a method which will redirects browser to use HTTPS
# This module provides a method which will redirect browser to use HTTPS
# protocol. This will ensure that user's sensitive information will be
# transferred safely over the internet. You _should_ always force browser
# to use HTTPS when you're transferring sensitive information such as
# user authentication, account information, or credit card information.
#
# Note that if you really concern about your application safety, you might
# consider using +config.force_ssl+ in your configuration config file instead.
# Note that if you are really concerned about your application security,
# you might consider using +config.force_ssl+ in your config file instead.
# That will ensure all the data transferred via HTTPS protocol and prevent
# user from getting session hijacked when accessing the site under unsecured
# HTTP protocol.
Expand Down

0 comments on commit 8f003de

Please sign in to comment.