Fix typo in forms.rst for 'unmapped fields'

This commit is contained in:
Quentin Dreyer
2026-03-23 14:48:02 +01:00
committed by Javier Eguiluz
parent 3f261bf34f
commit 4982a69dc6

View File

@@ -391,7 +391,7 @@ You can access nested object properties using dot notation::
]);
For fields that shouldn't be written back to the underlying data, use
:ref:`unampped fields <form-unmapped-fields>`.
:ref:`unmapped fields <form-unmapped-fields>`.
.. _form-injecting-services: