We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1d565 commit 6b1e561Copy full SHA for 6b1e561
components/nifty/actions/create-task/create-task.mjs
@@ -80,13 +80,13 @@ export default {
80
],
81
type: "string[]",
82
label: "Assignee IDs",
83
- description: "An array of assignee IDs to assigne to the task",
+ description: "An array of assignee IDs to assign to the task",
84
optional: true,
85
},
86
labels: {
87
88
label: "Labels",
89
- description: "An array of labels to add to the tasK",
+ description: "An array of labels to add to the task",
90
91
92
0 commit comments