From ac07663036dcbbadf59a8037759de9520bc0a46b Mon Sep 17 00:00:00 2001 From: ataylorme Date: Thu, 26 Oct 2023 08:02:46 -0700 Subject: [PATCH] Remove duplicate 'the' Signed-off-by: ataylorme --- .changeset/sharp-wombats-speak.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/sharp-wombats-speak.md b/.changeset/sharp-wombats-speak.md index dd46dee92a..21cb8dfaa4 100644 --- a/.changeset/sharp-wombats-speak.md +++ b/.changeset/sharp-wombats-speak.md @@ -22,7 +22,7 @@ auth: ``` - Accept a new ` additionalScopes`` option during okta creation with `createAuthProviderIntegration` -- Passes the the user-defined `additionalScopes` as an option to `OktaAuthProvider` +- Passes the user-defined `additionalScopes` as an option to `OktaAuthProvider` - Add `additionalScopes` as an option for `OktaAuthProvider` - Set `scope` in `OktaAuthProvider` to the combined value of current scopes combined with the user-defined `additionalScopes` passed as an `option` - Update the `start` and `refresh` methods to use the new combined `scope` from `OktaAuthProvider` rather than `scope` from the request