From 83d5ffc2395d0a8c8c19d7eebab95ffe90b3c7f3 Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Tue, 22 Oct 2024 23:34:15 +0200 Subject: [PATCH] docs: add missing closing `]` in guide (#254) --- documentation/topics/union-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/topics/union-forms.md b/documentation/topics/union-forms.md index d1359f6b..982393d3 100644 --- a/documentation/topics/union-forms.md +++ b/documentation/topics/union-forms.md @@ -84,7 +84,7 @@ We might have a form like this: <.inputs_for :let={fc} field={@form[:content]}> <.input - field={fc[:_union_type} + field={fc[:_union_type]} phx-change="type-changed" type="select" options={[Normal: "normal", Special: "special"]}