From 3ea5a360447fd2ed44ee744b3982f502d6581493 Mon Sep 17 00:00:00 2001
From: Ritchie Poh <ritchiepoh@gmail.com>
Date: Tue, 4 Jul 2023 09:39:49 +0800
Subject: [PATCH] Update config.md (#5144)

Possible spelling error for INVENTREE_TIMEZONE env variable
---
 docs/docs/start/config.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/docs/start/config.md b/docs/docs/start/config.md
index 140100de75..9a25451c08 100644
--- a/docs/docs/start/config.md
+++ b/docs/docs/start/config.md
@@ -53,7 +53,7 @@ The following basic options are available:
 | --- | --- | --- | --- |
 | INVENTREE_DEBUG | debug | Enable [debug mode](./intro.md#debug-mode) | True |
 | INVENTREE_LOG_LEVEL | log_level | Set level of logging to terminal | WARNING |
-| INVENTREE_TIMZONE | timezome | Server timezone | UTC |
+| INVENTREE_TIMEZONE | timezone | Server timezone | UTC |
 | ADMIN_URL | admin_url | URL for accessing [admin interface](../settings/admin.md) | admin |
 | INVENTREE_LANGUAGE | language | Default language | en-us |
 | INVENTREE_BASE_URL | base_url | Server base URL | *Not specified* |