From fe1fc359da24f92fc50d2b938cc206a6db45ccb9 Mon Sep 17 00:00:00 2001 From: Shalitha Suranga Date: Fri, 22 Mar 2024 20:37:39 +0530 Subject: [PATCH] A typo fix done --- docs/api/clipboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index 5d72ecf3..ab278674 100644 --- a/docs/api/clipboard.md +++ b/docs/api/clipboard.md @@ -42,7 +42,7 @@ Writes image into the system clipboard.  - `redShift`: Number: Red shift. - `greeShift`: Number: Green shift. - `blueShift`: Number: Blue shift. -- `data`: ArrayBuffer: Raw RGBA binary data data of the image in an array buffer. +- `data`: ArrayBuffer: Raw RGBA binary data of the image in an array buffer. ```js let image = prepareClipboardImage();