From 6eb8f0d579e5547974dee85c304a256b4324eb0a Mon Sep 17 00:00:00 2001 From: Douglas <48629993+DouglasKrouth@users.noreply.github.com> Date: Fri, 29 Dec 2023 03:58:47 -0600 Subject: [PATCH] Fix small typo in docs (#8676) --- docs/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_index.md b/docs/_index.md index 30f17479162..edd356119c3 100644 --- a/docs/_index.md +++ b/docs/_index.md @@ -25,7 +25,7 @@ on Linux, macOS and Windows. {{% warning %}} Poetry should always be installed in a dedicated virtual environment to isolate it from the rest of your system. -In no case, it should be installed in the environment of the project that is to be managed by Poetry. +It should in no case be installed in the environment of the project that is to be managed by Poetry. This ensures that Poetry's own dependencies will not be accidentally upgraded or uninstalled. (Each of the following installation methods ensures that Poetry is installed into an isolated environment.) {{% /warning %}}