Skip to content

Commit 7980633

Browse files
committed
docs: tweak language for scope repo for clarity
1 parent 95b8491 commit 7980633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/getting_started/repositories.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ interface OAuthScopeRepository {
6969
getAllByIdentifiers(scopeNames: string[]): Promise<OAuthScope[]>;
7070

7171
// This method is called right before an access token or authorization code is created.
72-
// Validate the set of scopes requested are valid for the current client, and optionally
73-
// append additional scopes or remove requested scopes.
72+
// Here you can validate the set of scopes requested are valid for the current client,
73+
// and optionally append additional scopes or remove requested scopes.
7474
finalize(
7575
scopes: OAuthScope[],
7676
identifier: GrantIdentifier,

0 commit comments

Comments
 (0)