Skip to content

Commit 09f16c7

Browse files
authored
change capitalization of Github to GitHub (#4789)
Matches https://github.com/features/copilot
1 parent ee8ec16 commit 09f16c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ reliably would also make a huge difference.
3232

3333
## Pull requests
3434

35-
* Read [how to properly contribute to open source projects on Github][2].
35+
* Read [how to properly contribute to open source projects on GitHub][2].
3636
* Use the same coding conventions as the rest of the project.
3737
* Make sure that the unit tests are passing locally via `make test` or via the CI.
3838
* Write [good commit messages][3].

clients/lsp-copilot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ This function is automatically called during the client initialization if needed
143143
(cond
144144
((s-equals-p status "AlreadySignedIn")
145145
(lsp--info "Copilot :: Already signed in as %s" user))
146-
((yes-or-no-p "Copilot requires you to log into your Github account. Proceed now?")
146+
((yes-or-no-p "Copilot requires you to log into your GitHub account. Proceed now?")
147147
(if (display-graphic-p)
148148
(progn
149149
(gui-set-selection 'CLIPBOARD user-code)

docs/lsp-clients.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
},
119119
{
120120
"name": "copilot",
121-
"full-name": "Github Copilot",
121+
"full-name": "GitHub Copilot",
122122
"server-name": "copilot-language-server",
123123
"server-url": "https://www.npmjs.com/package/@github/copilot-language-server",
124124
"installation-url": "https://www.npmjs.com/package/@github/copilot-language-server",

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ nav:
8787
- Fortran: page/lsp-fortran.md
8888
- Futhark: page/lsp-futhark.md
8989
- GDScript: page/lsp-gdscript.md
90-
- Github Copilot: page/lsp-copilot.md
90+
- GitHub Copilot: page/lsp-copilot.md
9191
- Gleam: page/lsp-gleam.md
9292
- GLSL: page/lsp-glsl.md
9393
- GNAT Project: page/lsp-gpr.md

0 commit comments

Comments
 (0)