0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -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:
```bash
PENPOT_FLAGS: enable-smpt disable-registration disable-email-verification
PENPOT_FLAGS: enable-smtp disable-registration disable-email-verification
```
### Registration ###