Skip to content

Commit

Permalink
RESTOptions: (really) small description update for cdn (#9615)
Browse files Browse the repository at this point in the history
Small option update cnd REST.ts

I just add "``" to uniform cdn @DefaultValue with others one (like api).
The link is not broken anymore, because it do not work anymore.

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
volcanofr and kodiakhq[bot] authored Jun 9, 2023
1 parent 911e6ef commit a531dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest/src/lib/REST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export interface RESTOptions {
/**
* The cdn path
*
* @defaultValue 'https://cdn.discordapp.com'
* @defaultValue `'https://cdn.discordapp.com'`
*/
cdn: string;
/**
Expand Down

0 comments on commit a531dc9

Please sign in to comment.