Skip to content

Commit

Permalink
Fixed capitalization and spelling of programming languages and produc…
Browse files Browse the repository at this point in the history
…t names (#320)
  • Loading branch information
hkosova authored Nov 8, 2024
1 parent 8d6687a commit b20555e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

This project uses Github Releases to publish changes.
This project uses GitHub Releases to publish changes.

See: https://github.com/zuplo/zudoku/releases
2 changes: 1 addition & 1 deletion docs/pages/docs/configuration/vite-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Not all configurations are supported in Zudoku, but common tasks like adding plu

Zudoku will automatically pick up the configuration file and will use it to augment the built-in configuration.

You can find an [example project](https://github.com/zuplo/zudoku/tree/main/examples/with-vite-config) on Github that demonstrates how to use a custom Vite configuration with Zudoku.
You can find an [example project](https://github.com/zuplo/zudoku/tree/main/examples/with-vite-config) on GitHub that demonstrates how to use a custom Vite configuration with Zudoku.
2 changes: 1 addition & 1 deletion docs/pages/docs/markdown/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Markdown
---

Zudoku supports [Github Flavored Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).
Zudoku supports [GitHub Flavored Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).

## Page Titles

Expand Down
2 changes: 1 addition & 1 deletion docs/src/PreviewBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const PreviewBanner = () => {
href="https://github.com/zuplo/zudoku/issues"
className="underline hover:white"
>
open a Github issue
open a GitHub issue
</a>{" "}
if you have feature requests or find any issues.
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ You can start editing the page by modifying `pages/docs/intro.mdx`. You will see

To learn more about Zudoku, you can visit the [Zudoku documentation](https://zudoku.dev/docs).

To connect with the community join the [Github Discussions](https://github.com/zuplo/zudoku/discussions) or [Discord](https://discord.zudoku.dev).
To connect with the community join the [GitHub Discussions](https://github.com/zuplo/zudoku/discussions) or [Discord](https://discord.zudoku.dev).
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ You can start editing the page by modifying `pages/docs/intro.mdx`. You will see

To learn more about Zudoku, you can visit the [Zudoku documentation](https://zudoku.dev/docs).

To connect with the community join the [Github Discussions](https://github.com/zuplo/zudoku/discussions) or [Discord](https://discord.zudoku.dev).
To connect with the community join the [GitHub Discussions](https://github.com/zuplo/zudoku/discussions) or [Discord](https://discord.zudoku.dev).
4 changes: 2 additions & 2 deletions packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ export const Sidecar = ({
}}
options={[
{ value: "shell", label: "cURL" },
{ value: "js", label: "Javascript" },
{ value: "js", label: "JavaScript" },
{ value: "python", label: "Python" },
{ value: "java", label: "Java" },
{ value: "go", label: "Go" },
{ value: "csharp", label: "C#" },
{ value: "kotlin", label: "Kotlin" },
{ value: "objc", label: "Objective C" },
{ value: "objc", label: "Objective-C" },
{ value: "php", label: "PHP" },
{ value: "ruby", label: "Ruby" },
{ value: "swift", label: "Swift" },
Expand Down
6 changes: 3 additions & 3 deletions website/src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ export const Footer = () => (
className="hover:text-white"
href="https://github.com/zuplo/zudoku"
>
Zudoku on Github
Zudoku on GitHub
</a>
</li>
<li className="pt-4">
<a
className="hover:text-white"
href="https://github.com/zuplo/"
>
Zuplo on Github
Zuplo on GitHub
</a>
</li>
</ul>
Expand Down Expand Up @@ -125,7 +125,7 @@ export const Footer = () => (
width="20"
height={20}
className="inline-block opacity-40 hover:opacity-80"
alt="Zudoku on Github"
alt="Zudoku on GitHub"
/>
</a>
<div className="mx-4 h-full border-l border-zinc-700"></div>
Expand Down
2 changes: 1 addition & 1 deletion website/src/app/components/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const Page = async () => {
width="20"
height={20}
className="inline-block hover:opacity-80"
alt="Zudoku on Github"
alt="Zudoku on GitHub"
/>
</a>
<a
Expand Down

0 comments on commit b20555e

Please sign in to comment.