diff --git a/processor/src/utils.ts b/processor/src/utils.ts index 1ec00c5ceb..fdb6648ca1 100644 --- a/processor/src/utils.ts +++ b/processor/src/utils.ts @@ -77,7 +77,7 @@ export function toGitHubRawUrl(url: string) { if (parsedUrl.hostname === 'github.com') { parsedUrl.hostname = 'raw.githubusercontent.com' const urlPath = parsedUrl.pathname.split('/') - // Avoid using modifying github actions status badges. + // Avoid modifying github actions status badges. const isWorkflowPath = ['workflows', 'actions'].includes(urlPath?.[3]) if (!isWorkflowPath) {