From 8038c1b04ffa723ebd28610fb72927d8d21b3577 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:07:25 -0400 Subject: [PATCH] spelling: however Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/Developer-How-To-Move-Classes-to-src.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Developer-How-To-Move-Classes-to-src.md b/doc/Developer-How-To-Move-Classes-to-src.md index 3087918b72..c33df3d729 100644 --- a/doc/Developer-How-To-Move-Classes-to-src.md +++ b/doc/Developer-How-To-Move-Classes-to-src.md @@ -95,7 +95,7 @@ Please remove all the `require_once` mentions of the former file, as they will p ## Miscellaneous tips When you are done with moving the class, please run `php bin/console.php typo` from the Friendica base directory to check for obvious mistakes. -Howevever, this tool isn't bullet-proof, and a staging install of Friendica is recommended to test your class move without impairing your production server if you host one. +However, this tool isn't bullet-proof, and a staging install of Friendica is recommended to test your class move without impairing your production server if you host one. Most of Friendica processes are run in the background, so make sure to turn on your debug log to check for errors that wouldn't show up while simply browsing Friendica.