From 7e0713c86981ba33600f67c1e26d943a751b9d46 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:47:19 +1100 Subject: [PATCH] docs(ui): fix typo --- invokeai/frontend/web/docs/WORKFLOWS_DESIGN_IMPLEMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/docs/WORKFLOWS_DESIGN_IMPLEMENTATION.md b/invokeai/frontend/web/docs/WORKFLOWS_DESIGN_IMPLEMENTATION.md index 77d24206f6..d16b4b638b 100644 --- a/invokeai/frontend/web/docs/WORKFLOWS_DESIGN_IMPLEMENTATION.md +++ b/invokeai/frontend/web/docs/WORKFLOWS_DESIGN_IMPLEMENTATION.md @@ -23,7 +23,7 @@ - [Primitive Types](#primitive-types) - [Complex Types](#complex-types) - [Collection Types](#collection-types) - - [Polymorphic Types](#polymorphic-types) + - [Collection or Scalar Types](#collection-or-scalar-types) - [Optional Fields](#optional-fields) - [Building Field Input Templates](#building-field-input-templates) - [Building Field Output Templates](#building-field-output-templates)