Skip to content

Commit

Permalink
Add dots
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Mar 12, 2024
1 parent 80d543c commit 0597c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/failures/fellowsRules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export class FellowMissingScoreFailure extends ReviewFailure {
"Rule explanation",
"Rule 'Fellows' gives every fellow a score based on their rank, and required that the sum of all the scores is greater than the required score." +
"\n\n" +
"For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types)",
"For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types).",
);

text = text
Expand Down
2 changes: 1 addition & 1 deletion src/failures/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export abstract class ReviewFailure {
"Rule explanation",
this.ruleExplanation(this.type) +
"\n\n" +
"For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types)",
"For more info found out how the rules work in [Review-bot types](https://github.com/paritytech/review-bot#types).",
);
}

Expand Down

0 comments on commit 0597c63

Please sign in to comment.