diff --git a/core/lib/Drupal/Core/Form/FormBuilder.php b/core/lib/Drupal/Core/Form/FormBuilder.php index 803b4f1..949a4db 100644 --- a/core/lib/Drupal/Core/Form/FormBuilder.php +++ b/core/lib/Drupal/Core/Form/FormBuilder.php @@ -683,7 +683,7 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state) { // will be replaced at the very last moment. This ensures forms with // dynamically generated action URLs don't have poor cacheability. // Use the proper API to generate the placeholder, when we have one. See - // https://www.drupal.org/node/2562341. The placholder uses a fixed string + // https://www.drupal.org/node/2562341. The placeholder uses a fixed string // that is Crypt::hashBase64('Drupal\Core\Form\FormBuilder::prepareForm'); $placeholder = 'form_action_p_pvdeGsVG5zNF_XLGPTvYSKCf43t8qZYSwcfZl2uzM';