Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 09b4283

Browse files
author
Jack
authored
fix: typos in license check (#268)
Fix typo and make no license message make more grammatical sense.
1 parent 98906df commit 09b4283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/checks/license.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function license(communityMetrics) {
1414
if (!communityMetrics.files || !communityMetrics.files.license) {
1515
response.status = "error";
1616
response.description = "You do not have a license in your repo.";
17-
response.extra = "This does not mean it is moe Open Source but less.";
17+
response.extra = "This does not make it more Open Source, but less.";
1818
}
1919

2020
return response;

0 commit comments

Comments
 (0)