riccardoperra / codeimage

A tool to beautify your code screenshots. Built with SolidJS and Fastify.
https://codeimage.dev
MIT License
1.34k stars 72 forks source link

fix: capitalize the "H" in "GitHub" #457

Closed EndBug closed 1 year ago

EndBug commented 1 year ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[x] Other... Please describe: copy fix

What is the current behavior?

Issue Number: N/A

Different parts of the website refer to GitHub as "Github" 😅

What is the new behavior?

Well, I changed it to "GitHub" The misspell was also in a couple of class names, but I decided not to change it.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

codesandbox[bot] commented 1 year ago

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

changeset-bot[bot] commented 1 year ago

⚠️ No Changeset found

Latest commit: 9da057d53eeb6cb2407cc71030a282249ca6e35d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

riccardoperra commented 1 year ago

🙏 thanks. For the class names / variables I will do a review this weekend in order to see if break something (I think the highlight package may cause issue due to ids)