From 5f1ec99e4aea9c57cbb9993c83e91b8706a7a309 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 16 Nov 2022 13:42:58 +0100 Subject: [PATCH] Update how-to-install-untrusted-packages-safely.md (#11187) --- doc/faqs/how-to-install-untrusted-packages-safely.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faqs/how-to-install-untrusted-packages-safely.md b/doc/faqs/how-to-install-untrusted-packages-safely.md index d39b16f25..27a8b7efd 100644 --- a/doc/faqs/how-to-install-untrusted-packages-safely.md +++ b/doc/faqs/how-to-install-untrusted-packages-safely.md @@ -9,7 +9,7 @@ there is no sign that the user is consciously doing this. There are two ways thi can be given: - If you run interactively, Composer will prompt if you are sure that you want to continue - running as root. If non-interactive plugins will be disabled, unless.. + running as root. If you run non-interactively, plugins will be disabled, unless.. - If you set the [COMPOSER_ALLOW_SUPERUSER](../03-cli.md#composer-allow-superuser) environment variable to `1`, this also indicates that you intended to run Composer as root and are accepting the risks of doing so.