From a729e059de77a881f747265ecbdea9c674eb23fb Mon Sep 17 00:00:00 2001 From: "Eric J. Gruber" Date: Wed, 10 Aug 2011 21:46:52 -0500 Subject: [PATCH] Changed "It's composed of 12 modules:" to "It's comprised of 12 modules ..." Comprised is the better word choice in this instance, meaning "Consist of; be made up of." --- README.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index d895063b..2e87e3b3 100644 --- a/README.rdoc +++ b/README.rdoc @@ -7,7 +7,7 @@ Devise is a flexible authentication solution for Rails based on Warden. It: * Allows you to have multiple roles (or models/scopes) signed in at the same time; * Is based on a modularity concept: use just what you really need. -It's composed of 12 modules: +It's comprised of 12 modules: * Database Authenticatable: encrypts and stores a password in the database to validate the authenticity of a user while signing in. The authentication can be done both through POST requests or HTTP Basic Authentication. * Token Authenticatable: signs in a user based on an authentication token (also known as "single access token"). The token can be given both through query string or HTTP Basic Authentication.