Skip to content

Commit c6fa133

Browse files
authored
fix: correct GitHub brand capitalization in provider (#222)
This change ensures the GitHub brand name is capitalized correctly in the provider module.
1 parent 5d29fbb commit c6fa133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/github/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { Settings } from './settings.js'
77
export const githubProvider: Provider<Settings> = {
88
meta(): MetaResult {
99
return {
10-
name: 'Github PRs & Issues',
10+
name: 'GitHub PRs & Issues',
1111
mentions: { label: 'Search issues and pull requests...' },
1212
}
1313
},

0 commit comments

Comments
 (0)