Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/algorithms/finalizeResult.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const finalizeResult = (rating: Rating, suggestions: Suggestions): ResultObject[
{
Name: 'Providing Web Pages',
Message:
'You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a GitHub repository. <a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages">See More.</a>\n\nIt\'s important to provide a webpage if your repository is especially a library. You can use gitbook or similar tools to documante your project or provide a demo of how it works.',
'You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a GitHub repository. <a href="https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages">See More.</a>\n\nIt\'s important to provide a webpage if your repository is especially a library. You can use gitbook or similar tools to document your project or provide a demo of how it works.',
Score: rating.webpageRating,
},
];
Expand Down