Skip to content

Commit

Permalink
Update SpotifyApi.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fostertheweb authored Jan 22, 2024
1 parent cf6e202 commit 28e788f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpotifyApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class SpotifyApi {
config?: SdkOptions
): SpotifyApi;

/** @deprecated The scopes array is not used for client authorization. Remove the arugment. */
/** @deprecated The scopes array is not used for client authorization. Remove the argument. */
public static withClientCredentials(
clientId: string,
clientSecret: string,
Expand Down

0 comments on commit 28e788f

Please sign in to comment.