diff --git a/Plugin/BlockPlugin.php b/Plugin/BlockPlugin.php index e883ce3..7bc8c62 100644 --- a/Plugin/BlockPlugin.php +++ b/Plugin/BlockPlugin.php @@ -225,7 +225,7 @@ protected function isEnabled($block, string $html): bool return false; } - if ($this->config->isAllBlocksAddedToLazy() && !$this->isBlockSkiped($block)) { + if ($this->config->isAllBlocksAddedToLazy() && !$this->isBlockSkipped($block)) { return true; }