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

Commit

Permalink
fix: typos in license check (#268)
Browse files Browse the repository at this point in the history
Fix typo and make no license message make more grammatical sense.
  • Loading branch information
jones58 authored Oct 4, 2024
1 parent 98906df commit 09b4283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/checks/license.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function license(communityMetrics) {
if (!communityMetrics.files || !communityMetrics.files.license) {
response.status = "error";
response.description = "You do not have a license in your repo.";
response.extra = "This does not mean it is moe Open Source but less.";
response.extra = "This does not make it more Open Source, but less.";
}

return response;
Expand Down

0 comments on commit 09b4283

Please sign in to comment.