diff options
Diffstat (limited to 'app/View.php')
| -rw-r--r-- | app/View.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/View.php b/app/View.php index 33af44387d..c5acd670a7 100644 --- a/app/View.php +++ b/app/View.php @@ -84,7 +84,7 @@ class View private static $stacks = []; /** - * Createa view from a template name and optional data. + * Create a view from a template name and optional data. * * @param string $name * @param array<mixed> $data @@ -270,7 +270,7 @@ class View } /** - * Cerate and render a view in a single operation. + * Crate and render a view in a single operation. * * @param string $name * @param mixed[] $data |
