Skip to content

Commit deb15cf

Browse files
Update components/ticketsauce/actions/get-events/get-events.mjs
Enhanced prop descriptions: added markdown in date formats, corrected English spelling, etc. Co-authored-by: Guilherme Falcão <[email protected]>
1 parent 442c587 commit deb15cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ticketsauce/actions/get-events/get-events.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
endBefore: {
3535
type: "string",
3636
label: "End Before",
37-
description: "Only retrieve events that end BEFORE the specified UTC date (format: YYYY-MM-DD).",
37+
description: "Only retrieve events that end BEFORE the specified UTC date (format: `YYYY-MM-DD`).",
3838
optional: true,
3939
},
4040
activeOnly: {

0 commit comments

Comments
 (0)