Spell-check the entire documentation.

This commit is contained in:
Ben Sturmfels
2016-09-18 00:48:32 +10:00
committed by Boris Bobrov
parent 821686372c
commit 9650aa394b
25 changed files with 176 additions and 180 deletions

View File

@@ -111,7 +111,7 @@ Check the plugin's documentation for what configuration options are
available.
Once you've set up your plugin, you should be sure to update the
database to accomodate the new plugins::
database to accommodate the new plugins::
./bin/gmg dbupdate
@@ -121,7 +121,7 @@ Deactivating plugins
You should be aware that once you enable a plugin, deactivating it
might be a bit tricky, for migrations reasons. In the future we may
produce better tooling to accomodate this. In short, you will need to
produce better tooling to accommodate this. In short, you will need to
do a bit of database surgery by:
- Removing all tables and indexes installed by the plugin