Skip to content

Commit

Permalink
loosen up language
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehesluke committed Mar 5, 2024
1 parent ca270d9 commit 5686972
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = class DiscussionUrlShouldPointToRecognisedDiscussionBoardRule e
type: ValidationErrorType.INVALID_FORMAT,
},
[TEST_KEYS.unrecognisedFormat]: {
message: 'The `discussionUrl` property must point to a recognised discussion board. Currently recognised discussion board formats: `https://github.com/<ORG>/<REPO>/issues`.',
message: 'The `discussionUrl` property does not point to a recognised discussion board. Currently recognised discussion board formats: `https://github.com/<ORG>/<REPO>/issues`.',
category: ValidationErrorCategory.CONFORMANCE,
severity: ValidationErrorSeverity.WARNING,
type: ValidationErrorType.INVALID_FORMAT,
Expand Down

0 comments on commit 5686972

Please sign in to comment.