drin.rst: change title of NOTES section to reflect it's about the database
[drupal-init-tools.git] / drin.rst
index 59101f1..becb8c3 100644 (file)
--- a/drin.rst
+++ b/drin.rst
@@ -86,8 +86,8 @@ Clean and rebuild the whole project to verify that installing from scratch works
   drin clean
   drin bootstrap
 
-NOTES
-=====
+NOTES ON DATABASE SETUP
+=======================
 
 The `bootstrap` command in `drupal-init-tools` uses `drush` for the site
 installation, and `drush` requires MySQL super-user access to create new MySQL
@@ -99,7 +99,7 @@ making it unusable by `drush`. In these cases it's recommended to create e new
 MySQL super-user.
 
 For password-less access create a MySQL admin user correspondent to the system
-user which will excute `drush` (e.g. the current user):
+user which will execute `drush` (e.g. the current user):
 
 ::