Skip to content

Commit 870f6a3

Browse files
author
Bohdan Berezhniy
committed
typo
1 parent 577df63 commit 870f6a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugin/BlockPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ protected function isEnabled($block, string $html): bool
225225
return false;
226226
}
227227

228-
if ($this->config->isAllBlocksAddedToLazy() && !$this->isBlockSkiped($block)) {
228+
if ($this->config->isAllBlocksAddedToLazy() && !$this->isBlockSkipped($block)) {
229229
return true;
230230
}
231231

0 commit comments

Comments
 (0)