Skip to content

Commit

Permalink
fix: correct GitHub brand capitalization in provider
Browse files Browse the repository at this point in the history
This change ensures the GitHub brand name is capitalized correctly in the provider module.
  • Loading branch information
jdorfman committed Jan 9, 2025
1 parent d5a4ab6 commit 7f67468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/github/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import type { Settings } from './settings.js'
export const githubProvider: Provider<Settings> = {
meta(): MetaResult {
return {
name: 'Github PRs & Issues',
name: 'GitHub PRs & Issues',
mentions: { label: 'Search issues and pull requests...' },
}
},
Expand Down

0 comments on commit 7f67468

Please sign in to comment.