Skip to content
Snippets Groups Projects
Commit de571ce7 authored by Paulo Henrique Cota Starling's avatar Paulo Henrique Cota Starling
Browse files

Fixing word 'compatibility'

parent b4555361
No related branches found
No related tags found
1 merge request!1311Adding the checkbock suggested by the UX team
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment