From 0da9e21db13fb5f86f92368c71d99097b3417309 Mon Sep 17 00:00:00 2001 From: Einenlum Date: Wed, 6 Mar 2024 07:55:35 +0100 Subject: [PATCH] Fix typo in documentation --- docs/tutorials/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/installation.rst b/docs/tutorials/installation.rst index 15c5fe8d..66774612 100644 --- a/docs/tutorials/installation.rst +++ b/docs/tutorials/installation.rst @@ -33,7 +33,7 @@ You can choose to install with the dotenv extra: pip install quart[dotenv] -Whcih will install the ``python-dotenv`` package which enables support +Which will install the ``python-dotenv`` package which enables support for automatically loading environment variables when running ``quart`` commands.