Skip to content

Commit 4d59e81

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 deb15cf commit 4d59e81

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
@@ -28,7 +28,7 @@ export default {
2828
startAfter: {
2929
type: "string",
3030
label: "Start After",
31-
description: "Only retrieve events that start AFTER the specified UTC date (format: YYYY-MM-DD).",
31+
description: "Only retrieve events that start AFTER the specified UTC date (format: `YYYY-MM-DD`).",
3232
optional: true,
3333
},
3434
endBefore: {

0 commit comments

Comments
 (0)