Skip to content

Commit

Permalink
Merge pull request #425 from amvisor/content-align
Browse files Browse the repository at this point in the history
s/alignCener/alignCenter
  • Loading branch information
thyseus authored Mar 22, 2022
2 parents e3854ac + 28d1b9f commit a928621
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 a928621

Please sign in to comment.