diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-05-02 10:08:27 +0100 |
---|---|---|
committer | Stephen Finucane <stephen.finucane@intel.com> | 2016-05-09 13:43:07 +0100 |
commit | 830a7a761c2f9bbe2f6bad8b38e5e86bf06b6647 (patch) | |
tree | abef3c16a2729eca804f164943483031bfbc20eb /docs/upgrading.md | |
parent | 0a0f9d549139f235b080915036d53929e9d76294 (diff) | |
download | patchwork-830a7a761c2f9bbe2f6bad8b38e5e86bf06b6647.tar patchwork-830a7a761c2f9bbe2f6bad8b38e5e86bf06b6647.tar.gz |
docs: Fix spelling mistakes and typos
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'docs/upgrading.md')
-rw-r--r-- | docs/upgrading.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/upgrading.md b/docs/upgrading.md index 453ae94..11434ba 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -4,7 +4,7 @@ when upgrading an existing, production installation of Patchwork. If you are interested in the specific changes between each release, please refer to the [`UPGRADING` document][gh-upgrading] instead. If this is your first time -installing Patchwork. please refer to the +installing Patchwork, please refer to the [installation guide][doc-installation] instead. ## Before You Start @@ -13,7 +13,7 @@ Before doing anything, always **backup your data**. This generally means backing up your database, but it might also be a good idea to backup your environment in case you encounter issues during the upgrade process. -While Patchwork won't explicity prevent it, it's generally wise to avoid +While Patchwork won't explicitly prevent it, it's generally wise to avoid upgrades spanning multiple releases in one go. An iterative upgrade approach will provide an easier, if slower, upgrade process. @@ -124,10 +124,10 @@ latest version of Patchwork, deleting the provided migrations, applying any patches you may have and regenerating the migrations seems like the best option. -**NOTE**: To prevent the latter case above from occuring, we'd ask that you +**NOTE**: To prevent the latter case above from occurring, we'd ask that you submit any patches you may have to the upstream Patchwork so that the wider community can benefit from this new functionality. Please see -[the contributing document][doc-contributing] for more informtion on this +[the contributing document][doc-contributing] for more information on this process. [doc-installation]: installation.md |