Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan Berezhniy committed Sep 12, 2023
1 parent 577df63 commit 870f6a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/BlockPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 870f6a3

Please sign in to comment.