From 0da14c11c6c0c3778ba6916922b845c722190cdb Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:24 -0400 Subject: [PATCH] spelling: highly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Core/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Installer.php b/src/Core/Installer.php index a5f6925edb..265dac905e 100644 --- a/src/Core/Installer.php +++ b/src/Core/Installer.php @@ -590,7 +590,7 @@ class Installer * TLS Check * * Tries to determine whether the connection to the server is secured - * by TLS or not. If not the user will be warned that it is higly + * by TLS or not. If not the user will be warned that it is highly * encouraged to use TLS. * * @return bool (true) as TLS is not mandatory