From 282c7e85ec3b444e49eae9244ae1f4564686991f Mon Sep 17 00:00:00 2001 From: Daniel Whalen Date: Thu, 11 Aug 2011 20:16:20 -0700 Subject: [PATCH] Fix documentation typo --- lib/devise/rails/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/devise/rails/routes.rb b/lib/devise/rails/routes.rb index 09199de513..f59d718146 100644 --- a/lib/devise/rails/routes.rb +++ b/lib/devise/rails/routes.rb @@ -93,7 +93,7 @@ class Mapper # # Also pay attention that when you use a namespace it will affect all the helpers and methods for controllers # and views. For example, using the above setup you'll end with following methods: - # current_publisher_account, authenticate_publisher_account!, pusblisher_account_signed_in, etc. + # current_publisher_account, authenticate_publisher_account!, publisher_account_signed_in, etc. # # * :skip => tell which controller you want to skip routes from being created: #