Skip to content

Commit

Permalink
fix: correct GitHub brand capitalization in provider (#222)
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 authored Jan 15, 2025
1 parent 5d29fbb commit c6fa133
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 c6fa133

Please sign in to comment.