Skip to content

Commit 832466b

Browse files
authored
fix typo (#222)
1 parent 6510ab6 commit 832466b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/LabelNameExtractor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function extractLabels($title, Repository $repository)
5353
foreach ($matches['labels'] as $label) {
5454
$label = $this->fixLabelName($label);
5555

56-
// check case-insensitively, but the apply the correctly-cased label
56+
// check case-insensitively, but then apply the correctly-cased label
5757
if (isset($validLabels[strtolower($label)])) {
5858
$labels[] = $validLabels[strtolower($label)];
5959
}

0 commit comments

Comments
 (0)