Skip to content

Commit 2cf7073

Browse files
authored
Fix typos (#264)
1 parent fcfc6e5 commit 2cf7073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Api/Issue/IssueApi.php

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

77
/**
8-
* Create, update, close or comment on issues. Not that "issue" also refers to a
8+
* Create, update, close or comment on issues. Note that "issue" also refers to a
99
* pull request.
1010
*
1111
* @author Tobias Nyholm <[email protected]>

src/Service/WipParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class WipParser
99
{
1010
/**
11-
* Returns true if the title begins by [WIP], (WIP) or WIP:.
11+
* Returns true if the title starts with [WIP], (WIP) or WIP:.
1212
*/
1313
public static function matchTitle(string $title): bool
1414
{

0 commit comments

Comments
 (0)