From d2b29e9eaff020d77b02d39facc56cb87810bff0 Mon Sep 17 00:00:00 2001 From: Niels Pruis Date: Sat, 26 Nov 2022 15:23:23 +0100 Subject: [PATCH] Changed fontend to frontend in registration section --- technical-guide/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technical-guide/configuration.md b/technical-guide/configuration.md index 8c0b5dc..10e2d95 100644 --- a/technical-guide/configuration.md +++ b/technical-guide/configuration.md @@ -36,7 +36,7 @@ Penpot comes with an option to completely disable the registration process or restrict it to some domains. If you want to completelly disable registration, use the following -variable in both fontend & backend: +variable in both frontend & backend: ```bash PENPOT_FLAGS="$PENPOT_FLAGS disable-registration"