Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amihaiemil committed Oct 14, 2021
1 parent a199194 commit 8135326
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void returnsLabelOnIssueUnlabeledAction() {

/**
* GithubWebhookEvent can return the labeled PR type on labeling
* an Issue.
* an PR.
*/
@Test
public void returnsLabelOnPullRequestLabeledAction() {
Expand All @@ -150,7 +150,7 @@ public void returnsLabelOnPullRequestLabeledAction() {

/**
* GithubWebhookEvent can return the labeled PR type on unlabeling
* an Issue.
* a PR.
*/
@Test
public void returnsLabelOnPullRequestUnlabeledAction() {
Expand Down

0 comments on commit 8135326

Please sign in to comment.