summaryrefslogtreecommitdiff
path: root/docs/upgrade_guides/5.0.0.md
diff options
context:
space:
mode:
authorGuillaume Lostis <g.lostis@kayrros.com>2020-08-28 18:43:17 +0200
committerGuillaume Lostis <g.lostis@kayrros.com>2020-08-28 18:46:56 +0200
commit9baef903c5290caf19b0123d15bee92fd9b724f8 (patch)
tree394edf92e02c28880f2b2ba2d70b332a8a444bb3 /docs/upgrade_guides/5.0.0.md
parente836a59bc7de78d46890532a928d006eca72aa04 (diff)
downloadisort-9baef903c5290caf19b0123d15bee92fd9b724f8.tar.gz
Typo fixes
Diffstat (limited to 'docs/upgrade_guides/5.0.0.md')
-rw-r--r--docs/upgrade_guides/5.0.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/upgrade_guides/5.0.0.md b/docs/upgrade_guides/5.0.0.md
index 6a68acec..d31fb9dc 100644
--- a/docs/upgrade_guides/5.0.0.md
+++ b/docs/upgrade_guides/5.0.0.md
@@ -45,7 +45,7 @@ The `-v` (previously for version now for verbose) and `-V` (previously for verbo
## Migrating Config options
The first thing to keep in mind is how isort loads config options has changed in isort 5. It will no longer merge multiple config files, instead you must have 1 isort config per a project.
-If you have multiple configs, they will need to be merged into 1 single one. You can see the priority order of configuration files and the manor in which they are loaded on the
+If you have multiple configs, they will need to be merged into 1 single one. You can see the priority order of configuration files and the manner in which they are loaded on the
[config files documentation page](https://pycqa.github.io/isort/docs/configuration/config_files/).
### `not_skip`