Skip to content

Commit

Permalink
Fix typo (#241)
Browse files Browse the repository at this point in the history
* Fix typo

* -
  • Loading branch information
OskarStark authored Sep 16, 2024
1 parent 22eca60 commit 98e49cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Api/Milestone/StaticMilestoneApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use App\Model\Repository;

/**
* Dont fetch data from external source.
* Don't fetch data from external source.
*
* @author Tobias Nyholm <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Command/PingStaleIssuesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 98e49cf

Please sign in to comment.