From ecdd877bf4df78679804839d8e62b35c40d7c36d Mon Sep 17 00:00:00 2001 From: Ben Feld Date: Mon, 2 Apr 2018 13:51:26 -0700 Subject: [PATCH] Fixed typo and adjusted line wrapping in backend help (#4239) --- builtin/credential/okta/backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/credential/okta/backend.go b/builtin/credential/okta/backend.go index 1610e9b1a0..d68586d7ea 100644 --- a/builtin/credential/okta/backend.go +++ b/builtin/credential/okta/backend.go @@ -316,8 +316,8 @@ func (b *backend) getOktaGroups(client *okta.Client, user *okta.User) ([]string, const backendHelp = ` The Okta credential provider allows authentication querying, -checking username and password, and associating policies. If an api token is configure -groups are pulled down from Okta. +checking username and password, and associating policies. If an api token is +configured groups are pulled down from Okta. Configuration of the connection is done through the "config" and "policies" endpoints by a user with root access. Authentication is then done