From ce83d53775463d009377f4b86a62247be4882eba Mon Sep 17 00:00:00 2001 From: Adam C <66894537+Wind-Explorer@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:48:29 +0800 Subject: [PATCH] docs(clipboard-manager): Added missing codeblock quotes in inline code docs (#2127) --- plugins/clipboard-manager/guest-js/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/clipboard-manager/guest-js/index.ts b/plugins/clipboard-manager/guest-js/index.ts index f6075ea2..fb730426 100644 --- a/plugins/clipboard-manager/guest-js/index.ts +++ b/plugins/clipboard-manager/guest-js/index.ts @@ -65,6 +65,7 @@ async function readText(): Promise { * 0, 255, 0, 255, * ]; * await writeImage(buffer); + * ``` * * @returns A promise indicating the success or failure of the operation. *