Skip to content

Commit a928621

Browse files
authored
Merge pull request MedicOneSystems#425 from amvisor/content-align
s/alignCener/alignCenter
2 parents e3854ac + 28d1b9f commit a928621

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)