Skip to content

Commit 28d1b9f

Browse files
committed
s/alignCener/alignCenter
1 parent 3dc9809 commit 28d1b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ public function alignRight()
406406
return $this;
407407
}
408408

409-
public function alignCener()
409+
public function alignCenter()
410410
{
411411
$this->headerAlign = 'center';
412412
$this->contentAlign = 'center';

0 commit comments

Comments
 (0)