Skip to content

Commit 0286104

Browse files
committed
adjusts date format on prop description
1 parent 25ab142 commit 0286104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/offlight/actions/create-task/create-task.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default {
2222
taskDeadline: {
2323
type: "string",
2424
label: "Task Deadline",
25-
description: "The deadline of the task. **In ISO 8601 format (YYY-MM-DD)**.",
25+
description: "The deadline of the task. **In ISO 8601 format (YYYY-MM-DD)**.",
2626
optional: true,
2727
},
2828
identifier: {

0 commit comments

Comments
 (0)