Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling #243

Merged
merged 17 commits into from
Mar 24, 2021
Merged

Spelling #243

merged 17 commits into from
Mar 24, 2021

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Mar 23, 2021

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/check-spelling/github1s/commit/ae6eb906c8340ee85b53e34a8cbf59efd6853471#commitcomment-48585842

The action reports that the changes in this PR would make it happy: https://github.com/check-spelling/github1s/commit/890e059a5635f2df7f09c577a7f8b6e2338f11da

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
@welcome
Copy link

welcome bot commented Mar 23, 2021

Hello there!👋 Welcome to the project!💖 Thank you and congrats🎉 for opening your first pull request✨ 🙌.We will get back to you as soon as we can.😄

@vercel
Copy link

vercel bot commented Mar 23, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vscode-github1s/github1s/255uTtJ8g4aroEVZTxC5iGgvNfPg
✅ Preview: https://github1s-git-fork-jsoref-spelling-vscode-github1s.vercel.app

Comment on lines -44 to +48
<img height="500px" src="https://raw.githubusercontent.com/timbaileyjones/github1s/master/resources/images/auth-token.png" />
<img height="500px" src="https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/auth-token.png" />

## Screenshots

![VS Code - GitHub1s](https://raw.githubusercontent.com/mohitjaisal/github1s/master/resources/images/Github1sDemo1.gif)
![VS Code - GitHub1s](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/GitHub1sDemo1.gif)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes the images to rely on the canonical repository location.

It's also changing the filename to match the brand (this can potentially cause problems for Windows users as case changes for files can be messy).

@@ -136,22 +136,22 @@ The continued development and maintenance of GitHub1s is made possible by these

- [febaoshan/edge-extensions-github-code-viewer](https://github.com/febaoshan/edge-extensions-github-code-viewer) - [Chrome Web Store](https://chrome.google.com/webstore/detail/github-code-viewer/ecddapgifccgblebfibdgkagfbdagjfn)

- [Darkempire78/Github1s-Extension](https://github.com/Darkempire78/Github1s-Extension)
- [zvizvi/Github Web IDE](https://github.com/zvizvi/github-web-ide) - [Chrome Web Store](https://chrome.google.com/webstore/detail/adjiklnjodbiaioggfpbpkhbfcnhgkfe)
- [Darkempire78/GitHub1s-Extension](https://github.com/Darkempire78/GitHub1s-Extension)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub repository names are case preserving, but not case sensitive, so this can be done even if @Darkempire78 doesn't rename their repository.

- [Darkempire78/Github1s-Extension](https://github.com/Darkempire78/Github1s-Extension)
- [zvizvi/Github Web IDE](https://github.com/zvizvi/github-web-ide) - [Chrome Web Store](https://chrome.google.com/webstore/detail/adjiklnjodbiaioggfpbpkhbfcnhgkfe)
- [Darkempire78/GitHub1s-Extension](https://github.com/Darkempire78/GitHub1s-Extension)
- [zvizvi/GitHub Web IDE](https://github.com/zvizvi/github-web-ide) - [Chrome Web Store](https://chrome.google.com/webstore/detail/adjiklnjodbiaioggfpbpkhbfcnhgkfe)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similarly, @zvizvi can safely adjust the title of their tool (although sometimes using someone else's brand is problematic)...

@@ -89,7 +89,7 @@ export const validateToken = (token: string) => {
// [List matching references](https://docs.github.com/en/rest/reference/git#list-matching-references)
// can returned all branches for a request, and there is an issue for this API
// https://github.com/github/docs/issues/3863
export const getGithubBranchRefs = (owner: string, repo: string) => {
export const getGitHubBranchRefs = (owner: string, repo: string) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't a big deal for me to drop changes to things (usually by commit = word, but also by file path).

Comment on lines +9 to -11
getGitHubBranchRefs,
getGitHubPullDetail,
getGithubTagRefs,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The inconsistencies here argue in favor of this change

@@ -348,7 +348,7 @@ export class ActivitybarPart extends Part implements IActivityBarService {
actions.push(
new Action(
ToggleActivityBarVisibilityAction.ID,
nls.localize('hideActivitBar', 'Hide Activity Bar'),
nls.localize('hideActivityBar', 'Hide Activity Bar'),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typos in localizable strings often lead to poor translations

@@ -64,13 +64,13 @@ export const insertGitHubRESTEntryToDirectory = (
};

/**
* This funtion must be used for only GraphQL output
* This function must be used for only GraphQL output
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment

Copy link
Collaborator

@xcv58 xcv58 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@conwnet
Copy link
Owner

conwnet commented Mar 24, 2021

LGTM! Thank you so much!

@welcome
Copy link

welcome bot commented Mar 24, 2021

Congrats on merging your first pull request! 🎉🎉🎉 We here at github1s are proud of you!

@jsoref jsoref deleted the spelling branch March 24, 2021 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants