diff --git a/src/ViewRenderer.php b/src/ViewRenderer.php index 6e83c6d..37ea21c 100644 --- a/src/ViewRenderer.php +++ b/src/ViewRenderer.php @@ -60,7 +60,7 @@ final class ViewRenderer implements ViewContextInterface * @param Aliases $aliases The aliases instance. * @param WebView $view The web view instance. * @param string|null $viewPath The full path to the directory of views or its alias. If null, relative view paths - * in {@see ViewRenderer::render()} is not available. + * in {@see ViewRenderer::render()} are not available. * @param string|null $layout The full path to the layout file to be applied to views. If null, the layout will * not be applied. * @param array $injections The injection instances or class names.