0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 08:09:14 -05:00

📚 Fix incorrect flag on configuration.md

This commit is contained in:
adi-lb-phoenix 2025-01-16 14:03:27 +05:30 committed by Andrey Antukh
parent c121f459ba
commit 94976aa2b1

View file

@ -30,7 +30,7 @@ flags (that just enables or disables something). All flags are set in a single
format: <code class="language-bash"><enable|disable>-\<flag-name></code>. For example: format: <code class="language-bash"><enable|disable>-\<flag-name></code>. For example:
```bash ```bash
PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification
``` ```
### Registration ### ### Registration ###