From 6a3923c8f1bf05166bd3fbb13e78261ada9ebdd5 Mon Sep 17 00:00:00 2001
From: Sam <sammcj@users.noreply.github.com>
Date: Tue, 26 Sep 2023 07:14:28 +1000
Subject: [PATCH] Fix minor typo

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d123abc..e2a5cb9 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ env DOCKER_IMAGE_NAME=my_custom_image poetry run pytest
 ## Logging
 
 You can set the logging level or severity level of the messages to be logged with the
-environment variable `LOG_LEVEL`. Defaul value is info. Possible values are: debug,
+environment variable `LOG_LEVEL`. Default value is info. Possible values are: debug,
 info, notice, warning, err, crit, alert and emerg.
 
 ## Supported API versions
-- 
GitLab