diff --git a/src/Api/Milestone/StaticMilestoneApi.php b/src/Api/Milestone/StaticMilestoneApi.php index b273f045..db9ab105 100644 --- a/src/Api/Milestone/StaticMilestoneApi.php +++ b/src/Api/Milestone/StaticMilestoneApi.php @@ -7,7 +7,7 @@ use App\Model\Repository; /** - * Dont fetch data from external source. + * Don't fetch data from external source. * * @author Tobias Nyholm */ diff --git a/src/Command/PingStaleIssuesCommand.php b/src/Command/PingStaleIssuesCommand.php index 8dbe7a3d..6bbf41e4 100644 --- a/src/Command/PingStaleIssuesCommand.php +++ b/src/Command/PingStaleIssuesCommand.php @@ -87,7 +87,7 @@ protected function execute(InputInterface $input, OutputInterface $output) } /** - * Extract type from issue array. Make sure we priorities labels if there are + * Extract type from issue array. Make sure we prioritize labels if there are * more than one type defined. */ private function extractType(array $issue)