From 68f0114671875658bd9014a6f03d01f272ceb5bb Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 12 Jul 2022 10:43:45 +0200 Subject: [PATCH] docs(installation): fix typo (#3948) --- docs/docs/guides/installation/configure/configure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/installation/configure/configure.mdx b/docs/docs/guides/installation/configure/configure.mdx index 0baef5e745..15db50eb24 100644 --- a/docs/docs/guides/installation/configure/configure.mdx +++ b/docs/docs/guides/installation/configure/configure.mdx @@ -39,7 +39,7 @@ For example, if you want to configure the default ZITADEL IAM admin username and The masterkey is used to AES256-encrypt other generated encryption keys. It needs to have 32 bytes. -You can pass the masterkey in eighter of three possible ways to the zitadel binary: +You can pass the masterkey in either of three possible ways to the zitadel binary: - By value: Use the flag `--masterkey My_Master_Key_Which_Has_32_Bytes` - By environment variable `ZITADEL_MASTERKEY`: Use the flag `--masterkeyFromEnv` - By file: Use the flag `--masterkeyFile /path/to/file`