Skip to content

Commit

Permalink
chore: add space to validator text (#4111)
Browse files Browse the repository at this point in the history
  • Loading branch information
moskalakamil authored Aug 26, 2024
1 parent ffa5044 commit 24c99f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const MESSAGE = {
},
OUTDATED_VERSION: (issueVersion, latestVersion) => {
return (
`There is a newer version of the library available.` +
`You are using version ${issueVersion}, while the latest stable version is ${latestVersion}.` +
`There is a newer version of the library available. ` +
`You are using version ${issueVersion}, while the latest stable version is ${latestVersion}. ` +
`Please update to the latest version and check if the issue still exists.` +
`\n > Note: If the issue still exists, please update the issue report with the latest information.`
);
Expand Down

0 comments on commit 24c99f0

Please sign in to comment.