From 94976aa2b1d3b0698191b5c4cb9e1ef0b1d9b0e1 Mon Sep 17 00:00:00 2001 From: adi-lb-phoenix <106365315+adi-lb-phoenix@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:03:27 +0530 Subject: [PATCH] :books: Fix incorrect flag on configuration.md --- docs/technical-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-guide/configuration.md b/docs/technical-guide/configuration.md index ba2380a49d..4316afb128 100644 --- a/docs/technical-guide/configuration.md +++ b/docs/technical-guide/configuration.md @@ -30,7 +30,7 @@ flags (that just enables or disables something). All flags are set in a single format: -\. For example: ```bash -PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification +PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification ``` ### Registration ###