From 2b819b37f19f6baec7e0e1e047f36ca7c8d33def Mon Sep 17 00:00:00 2001 From: imlonghao Date: Mon, 9 May 2022 23:43:15 +0800 Subject: [PATCH] docs: fix a typo in auth0 config example (#3332) --- docs/docs/identity-providers/auth0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/identity-providers/auth0.md b/docs/docs/identity-providers/auth0.md index 7df77c4b9..e7144f3c3 100644 --- a/docs/docs/identity-providers/auth0.md +++ b/docs/docs/identity-providers/auth0.md @@ -87,7 +87,7 @@ idp_provider: "auth0" idp_provider_url: "https://awesome-company.auth0.com" idp_client_id: "REPLACE_ME" # from the web application idp_client_secret: "REPLACE_ME" # from the web application -idp_service_acount: "REPLACE_ME" # built from the machine-to-machine application, base64-encoded +idp_service_account: "REPLACE_ME" # built from the machine-to-machine application, base64-encoded ``` ::: ::: tab Environment Variables