From b20555e28262d6b93d6ae57a5eeaec31f2672366 Mon Sep 17 00:00:00 2001 From: Helen Kosova Date: Fri, 8 Nov 2024 07:54:06 +0300 Subject: [PATCH] Fixed capitalization and spelling of programming languages and product names (#320) --- CHANGELOG.md | 2 +- docs/pages/docs/configuration/vite-config.md | 2 +- docs/pages/docs/markdown/overview.md | 2 +- docs/src/PreviewBanner.tsx | 2 +- .../templates/default/js/README-template.md | 2 +- .../templates/default/ts/README-template.md | 2 +- packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx | 4 ++-- website/src/app/components/Footer.tsx | 6 +++--- website/src/app/components/page.tsx | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bb29141..b557f606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/pages/docs/configuration/vite-config.md b/docs/pages/docs/configuration/vite-config.md index 39839a29..930f1631 100644 --- a/docs/pages/docs/configuration/vite-config.md +++ b/docs/pages/docs/configuration/vite-config.md @@ -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. diff --git a/docs/pages/docs/markdown/overview.md b/docs/pages/docs/markdown/overview.md index 27b20282..ded84c62 100644 --- a/docs/pages/docs/markdown/overview.md +++ b/docs/pages/docs/markdown/overview.md @@ -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 diff --git a/docs/src/PreviewBanner.tsx b/docs/src/PreviewBanner.tsx index a05cf564..cc0ecded 100644 --- a/docs/src/PreviewBanner.tsx +++ b/docs/src/PreviewBanner.tsx @@ -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 {" "} if you have feature requests or find any issues. diff --git a/packages/create-zudoku-app/templates/default/js/README-template.md b/packages/create-zudoku-app/templates/default/js/README-template.md index a62b5f23..82bf03b2 100644 --- a/packages/create-zudoku-app/templates/default/js/README-template.md +++ b/packages/create-zudoku-app/templates/default/js/README-template.md @@ -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). diff --git a/packages/create-zudoku-app/templates/default/ts/README-template.md b/packages/create-zudoku-app/templates/default/ts/README-template.md index a62b5f23..82bf03b2 100644 --- a/packages/create-zudoku-app/templates/default/ts/README-template.md +++ b/packages/create-zudoku-app/templates/default/ts/README-template.md @@ -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). diff --git a/packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx b/packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx index c1509860..b50ac8c4 100644 --- a/packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx +++ b/packages/zudoku/src/lib/plugins/openapi/Sidecar.tsx @@ -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" }, diff --git a/website/src/app/components/Footer.tsx b/website/src/app/components/Footer.tsx index d8b72522..fa99db13 100644 --- a/website/src/app/components/Footer.tsx +++ b/website/src/app/components/Footer.tsx @@ -78,7 +78,7 @@ export const Footer = () => ( className="hover:text-white" href="https://github.com/zuplo/zudoku" > - Zudoku on Github + Zudoku on GitHub
  • @@ -86,7 +86,7 @@ export const Footer = () => ( className="hover:text-white" href="https://github.com/zuplo/" > - Zuplo on Github + Zuplo on GitHub
  • @@ -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" />
    diff --git a/website/src/app/components/page.tsx b/website/src/app/components/page.tsx index ba4ac3ef..271c0dcb 100644 --- a/website/src/app/components/page.tsx +++ b/website/src/app/components/page.tsx @@ -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" />