Skip to content

Commit 98e49cf

Browse files
authored
Fix typo (#241)
* Fix typo * -
1 parent 22eca60 commit 98e49cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Api/Milestone/StaticMilestoneApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use App\Model\Repository;
88

99
/**
10-
* Dont fetch data from external source.
10+
* Don't fetch data from external source.
1111
*
1212
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
1313
*/

src/Command/PingStaleIssuesCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
8787
}
8888

8989
/**
90-
* Extract type from issue array. Make sure we priorities labels if there are
90+
* Extract type from issue array. Make sure we prioritize labels if there are
9191
* more than one type defined.
9292
*/
9393
private function extractType(array $issue)

0 commit comments

Comments
 (0)