diff --git a/source/_posts/2018-05-06-creating-custom-docksal-commands.md b/source/_posts/2018-05-06-creating-custom-docksal-commands.md index 15bed154..d8e778d5 100644 --- a/source/_posts/2018-05-06-creating-custom-docksal-commands.md +++ b/source/_posts/2018-05-06-creating-custom-docksal-commands.md @@ -93,7 +93,7 @@ Any additional lines are used as help text with running `fin help phpunit`. Here ## ## Usage: fin phpunit ## -## If a core/phpunit.xml file does not exist, copy one from elsehwere. +## If a core/phpunit.xml file does not exist, copy one from elsewhere. ## Then run the tests. ```