Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nyg committed Jul 29, 2023
1 parent d734bfe commit f1cbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/apollo-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const handleSearchReposResponse = (operation, response) => {
// store inaccessible repos in a separate field
response.data.search.inaccessibleRepos = repoMap.inaccessible

// count the total number of vulnerabilities accros vulnerable repos
// count the total number of vulnerabilities across vulnerable repos
response.data.search.vulnCount = response.data.search.repos.reduce(sumVulnCount, 0)

// a repo with no vulnerabilities might actually have dependabot alerts
Expand Down

1 comment on commit f1cbbb4

@vercel
Copy link

@vercel vercel bot commented on f1cbbb4 Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dependabot-vuln-viewer – ./

dependabot-vuln-viewer.vercel.app
dependabot-vuln-viewer-git-master-nyg.vercel.app
dependabot-vuln-viewer-nyg.vercel.app

Please sign in to comment.