diff --git a/core/modules/inline_form_errors/src/FormErrorHandler.php b/core/modules/inline_form_errors/src/FormErrorHandler.php index bfe6dbd..13d44b4 100644 --- a/core/modules/inline_form_errors/src/FormErrorHandler.php +++ b/core/modules/inline_form_errors/src/FormErrorHandler.php @@ -51,7 +51,7 @@ public function __construct(TranslationInterface $string_translation, LinkGenera * #disable_inline_form_errors property to TRUE on the top level of the $form * array, ie: * @code - * $form['#disable_inline_form_errors property'] = TRUE; + * $form['#disable_inline_form_errors'] = TRUE; * @endcode * This should only be done when another appropriate accessibility strategy is * in place.