Skip to content

Commit

Permalink
s/alignCener/alignCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
thyseus committed Mar 22, 2022
1 parent 3dc9809 commit 28d1b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Column.php
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ public function alignRight()
return $this;
}

public function alignCener()
public function alignCenter()
{
$this->headerAlign = 'center';
$this->contentAlign = 'center';
Expand Down

0 comments on commit 28d1b9f

Please sign in to comment.