Skip to content

Commit

Permalink
A typo fix done
Browse files Browse the repository at this point in the history
  • Loading branch information
shalithasuranga committed Mar 22, 2024
1 parent 9eb6357 commit fe1fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/clipboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit fe1fc35

Please sign in to comment.