diff --git a/core/modules/block/src/BlockForm.php b/core/modules/block/src/BlockForm.php index 344174408a69940f4b1c33e772a4a99750f562fc..c3bbb4be162a726c25a7155daad138eb90e408e6 100644 --- a/core/modules/block/src/BlockForm.php +++ b/core/modules/block/src/BlockForm.php @@ -281,7 +281,7 @@ protected function buildVisibilityInterface(array $form, FormStateInterface $for } if (isset($form['request_path'])) { // All those if statements are necessary because the negate field is unset - // so we need to ensure compatiblity with the request_path instances that + // so we need to ensure compatibility with the request_path instances that // do not have the page_options config set yet. if ($page_options_default_value) { $default_value = $page_options_default_value;