]> git.mxchange.org Git - friendica.git/blobdiff - doc/Developer-How-To-Move-Classes-to-src.md
spelling: messages
[friendica.git] / doc / Developer-How-To-Move-Classes-to-src.md
index 69e17e9c9e1323a8923f7b45e4583688333ef234..c33df3d729b14573376f2ecf55345981606df680 100644 (file)
@@ -94,8 +94,8 @@ 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 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.
+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.
+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.