diff --git a/app/Common.php b/app/Common.php index a74d46d1..23e3e614 100644 --- a/app/Common.php +++ b/app/Common.php @@ -4,7 +4,7 @@ * The goal of this file is to allow developers a location * where they can overwrite core procedural functions and * replace them with their own. This file is loaded during - * the bootstrap process and is called during the frameworks + * the bootstrap process and is called during the framework's * execution. * * This can be looked at as a `master helper` file that is