diff --git a/docs/quick_start/1.-install.md b/docs/quick_start/1.-install.md index 37c469024..73648f745 100644 --- a/docs/quick_start/1.-install.md +++ b/docs/quick_start/1.-install.md @@ -19,4 +19,4 @@ For a fully isolated user installation you can use [pipx](https://github.com/pip !!!tip - If you want isort to act as a linter for projects, it probably makes since to add isort as an explicit development dependency for each project that uses it. If, on the other hand, you are an individual developer simply using isort as a personal tool to clean up your own commits, a global or user level installation makes sense. Both are seamlessly supported on a single machine. + If you want isort to act as a linter for projects, it probably makes sense to add isort as an explicit development dependency for each project that uses it. If, on the other hand, you are an individual developer simply using isort as a personal tool to clean up your own commits, a global or user level installation makes sense. Both are seamlessly supported on a single machine.