Skip to content

Commit 1003ec7

Browse files
committed
fix(TextBlock): Correct typo in setMaximumLines method
1 parent 71eb310 commit 1003ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContentBlocks/TextBlock.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function setHorizontalAlignment(string $horizontalAlignment): self
201201
*
202202
* @return TextBlock
203203
*/
204-
public function setMaximumLInes(int $maxLines): self
204+
public function setMaximumLines(int $maxLines): self
205205
{
206206
$this->maxLines = $maxLines;
207207
return $this;

0 commit comments

Comments
 (0)