From 61a04877a313ed6be97b37db3dd55caf78ef2156 Mon Sep 17 00:00:00 2001 From: Jason G <52545545+gongjason@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:31:52 -0700 Subject: [PATCH] fix typo (#534) --- docs/docs/authenticate/google-sso.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/authenticate/google-sso.md b/docs/docs/authenticate/google-sso.md index bb8d69c96..4e6fab6ef 100644 --- a/docs/docs/authenticate/google-sso.md +++ b/docs/docs/authenticate/google-sso.md @@ -81,7 +81,7 @@ configuration file to include the following options: ```ruby # set the following variables to the values obtained in step 2 -default['firezone']['authentication']['google']['enabeld'] = true +default['firezone']['authentication']['google']['enabled'] = true default['firezone']['authentication']['google']['client_id'] = 'GOOGLE_CLIENT_ID' default['firezone']['authentication']['google']['client_secret'] = 'GOOGLE_CLIENT_SECRET' default['firezone']['authentication']['google']['redirect_uri'] = 'GOOGLE_REDIRECT_URI'