From 765891f070278417aaed747e182113bd5ddcc71c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:53:39 -0400 Subject: [PATCH] spelling: widget Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Content/Text/HTML.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Content/Text/HTML.php b/src/Content/Text/HTML.php index 89a680501f..3f9ef7c3b4 100644 --- a/src/Content/Text/HTML.php +++ b/src/Content/Text/HTML.php @@ -842,7 +842,7 @@ class HTML * * @param string $s Search query. * @param string $id HTML id - * @param bool $aside Display the search widgit aside. + * @param bool $aside Display the search widget aside. * * @return string Formatted HTML. * @throws \Exception