From 39258376e000a89010c310f3d76c964ccb0afe2f Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:29 -0400 Subject: [PATCH] spelling: stylesheet Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/App.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.php b/src/App.php index 553c6f2953..bacf794b9b 100644 --- a/src/App.php +++ b/src/App.php @@ -532,7 +532,7 @@ class App /** * Provide a sane default if nothing is chosen or the specified theme does not exist. * - * @return string Current theme's stylsheet path + * @return string Current theme's stylesheet path * @throws Exception */ public function getCurrentThemeStylesheetPath(): string