From 057e4b01c934cbd78ae04f9fd09c047b0ed4a3d7 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 26 Sep 2022 20:14:01 +0800 Subject: [PATCH] Fix typo in README.md Found via `codespell -L ot,fo,te,ue,inout,optionel` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f64f123..4d32bca 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ docker-compose -f docker-compose.cuda.yml up -d --build | --disable-files-translation | Disable files translation | `false` | LT_DISABLE_FILES_TRANSLATION | | --disable-web-ui | Disable web ui | `false` | LT_DISABLE_WEB_UI | -Note that each argument has an equivalent environment variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command aguments and are particularly useful if used with Docker. The environment variable names are the upper-snake-case of the equivalent command argument's name with a `LT` prefix. +Note that each argument has an equivalent environment variable that can be used instead. The env. variables overwrite the default values but have lower priority than the command arguments and are particularly useful if used with Docker. The environment variable names are the upper-snake-case of the equivalent command argument's name with a `LT` prefix. ## Run with WSGI and Gunicorn