diff --git a/modules/README.txt b/modules/README.txt
index 339aa00..23e1672 100644
--- a/modules/README.txt
+++ b/modules/README.txt
@@ -4,7 +4,7 @@ to facilitate safe, self-contained code updates. Contributed modules from the
 Drupal community may be downloaded at http://drupal.org/project/modules.
 
 It is safe to organize modules into subdirectories, such as "contrib" for
-contributed modules, and "custom" for custom modules. Note that if you move a
+contributed modules and "custom" for custom modules. Note that if you move a
 module to a subdirectory after it has been enabled, you may need to clear the
 Drupal cache so that it can be found.
 
diff --git a/profiles/README.txt b/profiles/README.txt
index 69bb492..b76df7f 100644
--- a/profiles/README.txt
+++ b/profiles/README.txt
@@ -2,7 +2,7 @@ Place downloaded and custom installation profiles in this directory to ensure
 separation from Drupal core profiles and to facilitate safe, self-contained code
 updates.
 
-In multisite configuration, installation profiles found in this directory are
+In multisite configurations installation profiles found in this directory are
 available to all sites during their initial site installation. Shared common
 profiles may also be kept in the sites/all/profiles directory and will take
 precedence over profiles in this directory. Alternatively, the
diff --git a/themes/README.txt b/themes/README.txt
index 320b967..e81097e 100644
--- a/themes/README.txt
+++ b/themes/README.txt
@@ -6,7 +6,7 @@ be downloaded at http://drupal.org/project/themes.
 It is safe to organize themes into subdirectories and is recommended to use
 Drupal's sub-theme functionality to ensure easy maintenance and upgrades.
 
-In multisite configuration, themes found in this directory are available to
+In multisite configurations, themes found in this directory are available to
 all sites. In addition to this directory, shared common themes may also be kept
 in the sites/all/themes directory and will take precedence over themes in this
 directory. Alternatively, the sites/your_site_name/themes directory pattern may
