From c6b99a0013825e682716c1c5ae4f1d4022e61d38 Mon Sep 17 00:00:00 2001 From: Ruben Jacobs Date: Thu, 15 Oct 2020 20:59:31 +0200 Subject: [PATCH] Fix small typo --- reference/forms/types/options/choice_name.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/choice_name.rst.inc b/reference/forms/types/options/choice_name.rst.inc index a01341b5418..ed39bad5e9c 100644 --- a/reference/forms/types/options/choice_name.rst.inc +++ b/reference/forms/types/options/choice_name.rst.inc @@ -5,7 +5,7 @@ Controls the internal field name of the choice. You normally don't care about this, but in some advanced cases, you might. For example, this "name" becomes the index -of the choice views in the template and is used as part o the field name +of the choice views in the template and is used as part of the field name attribute. This can be a callable or a property path. See `choice_label`_ for similar usage.