Skip to content

Commit 6b1e561

Browse files
committed
updates
1 parent 4b1d565 commit 6b1e561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ export default {
8080
],
8181
type: "string[]",
8282
label: "Assignee IDs",
83-
description: "An array of assignee IDs to assigne to the task",
83+
description: "An array of assignee IDs to assign to the task",
8484
optional: true,
8585
},
8686
labels: {
8787
type: "string[]",
8888
label: "Labels",
89-
description: "An array of labels to add to the tasK",
89+
description: "An array of labels to add to the task",
9090
optional: true,
9191
},
9292
},

0 commit comments

Comments
 (0)