summaryrefslogtreecommitdiff
path: root/docs/upgrade_guides/5.0.0.md
diff options
context:
space:
mode:
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`