From 97c0339f668f503f63a4062a6d2a21491f71a52c Mon Sep 17 00:00:00 2001 From: Claudio Poli Date: Tue, 17 Jan 2012 23:14:26 +0100 Subject: [PATCH] Fix typos in devise.rb --- lib/generators/templates/devise.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/generators/templates/devise.rb b/lib/generators/templates/devise.rb index 69728d9e..4f686b9d 100644 --- a/lib/generators/templates/devise.rb +++ b/lib/generators/templates/devise.rb @@ -47,13 +47,13 @@ Devise.setup do |config| # Tell if authentication through request.params is enabled. True by default. # It can be set to an array that will enable params authentication only for the - # given stratragies, for example, `config.params_authenticatable = [:database]` will + # given strategies, for example, `config.params_authenticatable = [:database]` will # enable it only for database (email + password) authentication. # config.params_authenticatable = true # Tell if authentication through HTTP Basic Auth is enabled. False by default. # It can be set to an array that will enable http authentication only for the - # given stratragies, for example, `config.http_authenticatable = [:token]` will + # given strategies, for example, `config.http_authenticatable = [:token]` will # enable it only for token authentication. # config.http_authenticatable = false