From a531dc9f1cc8a306eef1c37d911661248c3e7d4b Mon Sep 17 00:00:00 2001 From: volcanofr Date: Fri, 9 Jun 2023 11:00:20 +0200 Subject: [PATCH] RESTOptions: (really) small description update for cdn (#9615) 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> --- packages/rest/src/lib/REST.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/rest/src/lib/REST.ts b/packages/rest/src/lib/REST.ts index abfc06560..4b24ab208 100644 --- a/packages/rest/src/lib/REST.ts +++ b/packages/rest/src/lib/REST.ts @@ -41,7 +41,7 @@ export interface RESTOptions { /** * The cdn path * - * @defaultValue 'https://cdn.discordapp.com' + * @defaultValue `'https://cdn.discordapp.com'` */ cdn: string; /**