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'