diff --git a/core/lib/Drupal/Core/Form/FormBuilder.php b/core/lib/Drupal/Core/Form/FormBuilder.php index 0fa9cd9..e911813 100644 --- a/core/lib/Drupal/Core/Form/FormBuilder.php +++ b/core/lib/Drupal/Core/Form/FormBuilder.php @@ -635,7 +635,7 @@ public function prepareForm($form_id, &$form, FormStateInterface &$form_state) { // Instead of setting an actual action URL, we set the placeholder, which // will be replaced at the very last moment. This ensures forms with - // dynamically generated action URLs don't break cacheability. + // dynamically generated action URLs don't have poor cacheability. $form['#attached']['placeholders'][$placeholder] = $placeholder_render_array; $form['#action'] = $placeholder; }