Skip to content

Commit d32c7be

Browse files
sammyskillskenjis
andauthored
apply code review suggestion
Co-authored-by: kenjis <[email protected]>
1 parent fae3ad6 commit d32c7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/View/Cells/Cell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ final protected function view(?string $view, array $data = []): string
7575
if (empty($view)) {
7676
// According to the docs, the name of the view file should be the
7777
// snake_cased version of the cell's class name, but for backward
78-
// compactibility, the name also accepts '_cell' being omitted.
78+
// compatibility, the name also accepts '_cell' being omitted.
7979
$ref = new ReflectionClass($this);
8080
$view = decamelize($ref->getShortName());
8181
$viewPath = dirname($ref->getFileName()) . DIRECTORY_SEPARATOR . $view . '.php';

0 commit comments

Comments
 (0)