Skip to content

Commit 0a4ea9a

Browse files
maximevtushpsychedelicious
authored andcommitted
Update validateWorkflow.ts
1 parent 9e6f3e9 commit 0a4ea9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/nodes/util/workflow/validateWorkflow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const MODEL_FIELD_TYPES = [
4646
* - Validates the workflow against the node templates, warning if the template is not known.
4747
* - Attempts to update nodes which have a mismatched version.
4848
* - Removes edges which are invalid.
49-
* @param workflow The raw workflow object (e.g. JSON.parse(stringifiedWorklow))
49+
* @param workflow The raw workflow object (e.g. JSON.parse(stringifiedWorkflow))
5050
* @param templates The node templates to validate against.
5151
* @throws {WorkflowVersionError} If the workflow version is not recognized.
5252
* @throws {z.ZodError} If there is a validation error.

0 commit comments

Comments
 (0)