Skip to content

Commit 24735f8

Browse files
Fix typo
1 parent 358f538 commit 24735f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

functions/Cursor/setCursorAlpha.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ client:
33
pair: 'getCursorAlpha'
44
description: |
55
This function is used to change alpha (transparency) from the client's cursor.
6-
preview:
6+
preview_images:
77
- path: '/assets/cursor-alpha.jpg'
88
description: 'Example for setCursorAlpha'
99
parameters:

schemas/function.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $defs:
4949
items:
5050
type: string
5151
preview_images:
52-
$ref: '#/$defs/preview'
52+
$ref: '#/$defs/preview_images'
5353
parameters:
5454
$ref: '#/$defs/parameters'
5555
ignore_parameters:

0 commit comments

Comments
 (0)