Skip to content

Commit 6671fb1

Browse files
Apply suggestions from code review
Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com>
1 parent 22fe185 commit 6671fb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/shared/src/types/oauthApplication.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ export type OAuthConsentScope = {
4949
*/
5050
export type OAuthConsentInfo = {
5151
/**
52-
* Display name of the OAuth application requesting access.
52+
* The display name of the OAuth application requesting access.
5353
*/
5454
oauthApplicationName: string;
5555
/**
56-
* URL of the OAuth application's logo image.
56+
* The URL of the OAuth application's logo image.
5757
*/
5858
oauthApplicationLogoUrl: string;
5959
/**
60-
* Homepage URL of the OAuth application.
60+
* The homepage URL of the OAuth application.
6161
*/
6262
oauthApplicationUrl: string;
6363
/**
@@ -69,7 +69,7 @@ export type OAuthConsentInfo = {
6969
*/
7070
state: string;
7171
/**
72-
* List of scopes the application is requesting, with descriptions and consent requirements.
72+
* A list of scopes the application is requesting, with descriptions and consent requirements.
7373
*/
7474
scopes: OAuthConsentScope[];
7575
};

0 commit comments

Comments
 (0)