diff --git a/docs/faq.md b/docs/faq.md index 25ec567d483..634fc6c5c52 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -154,7 +154,7 @@ required variables explicitly or `passenv = "*"` to forward all of them. Linux systems may require forwarding the `DBUS_SESSION_BUS_ADDRESS` variable to allow access to the system keyring, though this may vary between desktop environments. -Alternatively you can disable the keyring completely: +Alternatively, you can disable the keyring completely: ```bash poetry config keyring.enabled false diff --git a/docs/repositories.md b/docs/repositories.md index 6d096e5f7ea..710cf7e7525 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -500,7 +500,7 @@ If a system keyring is available and supported, the password is stored to and re Keyring support is enabled using the [keyring library](https://pypi.org/project/keyring/). For more information on supported backends refer to the [library documentation](https://keyring.readthedocs.io/en/latest/?badge=latest). -If you do not want to use the keyring you can tell Poetry to disable it and store the credentials in plaintext config files: +If you do not want to use the keyring, you can tell Poetry to disable it and store the credentials in plaintext config files: ```bash poetry config keyring.enabled false