From a71b93f162c1ff5e9b41541b1eea0e3e44cf9780 Mon Sep 17 00:00:00 2001 From: Allon Mureinik Date: Sun, 21 Jan 2024 22:06:20 +0200 Subject: [PATCH] Fix GitHub capitalization In their documentation, GitHub has the G and the H capitalized (see, e.g., https://docs.github.com/en/get-started/quickstart/hello-world). This patch fixes the capitalization in the README.md file and the user-facing strings of the UI. --- README.md | 2 +- src/App.tsx | 2 +- src/components/github-signin.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1a44ef0..a9db952 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ See it live [CFP List](https://cfplist.herokuapp.com/) This project loves contributions, and we've made it as easy to contribute as possible. 1. Fork the project -2. Clone the fork to your computer: `git clone https://github.com/{yourGithubName}/cfp-list` (don't forget to replace {yourGithubName} with your username). +2. Clone the fork to your computer: `git clone https://github.com/{yourGitHubName}/cfp-list` (don't forget to replace {yourGitHubName} with your username). 3. Run: ```sh cd cfp-list diff --git a/src/App.tsx b/src/App.tsx index 5776648..1bcf2c4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -162,7 +162,7 @@ function App() { > link('https://github.com/noam-honig/cfp-list')} > diff --git a/src/components/github-signin.tsx b/src/components/github-signin.tsx index 772512c..918a422 100644 --- a/src/components/github-signin.tsx +++ b/src/components/github-signin.tsx @@ -14,7 +14,7 @@ export default function GithubSignIn({ signedIn }: { signedIn: VoidFunction }) { }) .catch((err: any) => alert(err.message)) }, []) - return waiting for github sign in.... + return waiting for GitHub sign in.... } let staticGithubSignInUrl = '' @@ -28,7 +28,7 @@ export function GithubSignInButton({ signedIn }: { signedIn: VoidFunction }) { return ( signInWithGithub(signedIn)} >