diff --git a/components/form/introduction.rst b/components/form/introduction.rst index 0d05caf8a1b..a263c29d819 100644 --- a/components/form/introduction.rst +++ b/components/form/introduction.rst @@ -138,7 +138,7 @@ above snippet and make sure that nobody except your web server can access the secret. Internally, this extension will automatically add a hidden field to every -form (called ``__token`` by default) whose value is automatically generated +form (called ``_token`` by default) whose value is automatically generated and validated when binding the form. .. tip::