Skip to content

Commit

Permalink
doc: fix 'GitHub' spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
wqcstrong committed Dec 13, 2023
1 parent 3123883 commit 4ff8a7c
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PageSpy 主要由三个仓库组成:
- 服务器端代码在 [HuolalaTech/page-spy-api][page-spy-api] 仓库维护;
- 需要在客户端引入的 SDK 代码在 [HuolalaTech/page-spy][page-spy-sdk] 仓库维护;

提供服务的方式是托管在 Github Package 中的 Docker 镜像(推荐)、[NPM package][npm-package] 或者使用 [Release][github-release] 托管的可执行文件。
提供服务的方式是托管在 GitHub Package 中的 Docker 镜像(推荐)、[NPM package][npm-package] 或者使用 [Release][github-release] 托管的可执行文件。

## Repo Setup

Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"title": "All-In-One<br />Remote Debugging Tool",
"desc": "Debug remotely and easily with a range of features like chrome devtool.",
"goStart": "Start debugging",
"goGithub": "View on Github"
"goGithub": "View on GitHub"
},
"intro": {
"does": "What PageSpy does",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"title": "多機能<br />リモートデバッグツール",
"desc": "Google Chromeのコンソールのように簡単にリモートデバッグを開始します。",
"goStart": "デバッグを開始",
"goGithub": "Github リポジトリ"
"goGithub": "GitHub リポジトリ"
},
"intro": {
"does": "PageSpyでできること",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"title": "다기능<br />원격 디버깅 도구",
"desc": "Google Chrome 콘솔을 사용하는 것처럼 간단히 원격 디버깅을 시작하세요.",
"goStart": "디버깅 시작",
"goGithub": "Github 저장소"
"goGithub": "GitHub 저장소"
},
"intro": {
"does": "PageSpy가 할 수 있는 일",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"title": "多功能<br />远程调试工具",
"desc": "像使用谷歌浏览器的控制台一样简单地开始远程调试。",
"goStart": "开始调试",
"goGithub": "Github 仓库"
"goGithub": "GitHub 仓库"
},
"intro": {
"does": "PageSpy 可以做到",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Docs/md/usage-en.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,5 @@ configure and integrate in the business project by click the menu.
Besides of above, you will get the realtime notification when there have new data or data changed.

<p style={{ marginTop: 28 }}>
Welcome to submit PR or issue on <a href={githubUrl}>Github</a>.
Welcome to submit PR or issue on <a href={githubUrl}>GitHub</a>.
</p>
2 changes: 1 addition & 1 deletion src/pages/Docs/md/usage-ja.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO;
さらに、新しいデータやデータが変更された場合、リアルタイム通知を受け取ります。

<p style={{ marginTop: 28 }}>
<a href={githubUrl}>Github</a> でPRまたはissueを提出いただければ幸いです。
<a href={githubUrl}>GitHub</a> でPRまたはissueを提出いただければ幸いです。
</p>
2 changes: 1 addition & 1 deletion src/pages/Docs/md/usage-ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO;
또한, 새로운 데이터 또는 데이터가 변경되면 실시간 알림을받습니다.

<p style={{ marginTop: 28 }}>
<a href={githubUrl}>Github</a> 에서 PR 또는 이슈를 제출 해 주시기 바랍니다.
<a href={githubUrl}>GitHub</a> 에서 PR 또는 이슈를 제출 해 주시기 바랍니다.
</p>
2 changes: 1 addition & 1 deletion src/pages/Docs/md/usage-zh.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export const githubUrl = import.meta.env.VITE_GITHUB_REPO;
除此之外,当有新的数据或者数据发生变化的时候会实时的收到通知。

<p style={{ marginTop: 28 }}>
欢迎在 <a href={githubUrl}>Github</a> 上提交 PR 或 issue。
欢迎在 <a href={githubUrl}>GitHub</a> 上提交 PR 或 issue。
</p>
6 changes: 3 additions & 3 deletions src/pages/Layouts/NavMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export const NavMenuOnPc = () => {
>
<Space>
<GithubOutlined style={{ fontSize: 16 }} />
<span>Github</span>
<span>GitHub</span>
</Space>
</a>
</div>
Expand Down Expand Up @@ -232,12 +232,12 @@ export const NavMenuOnMobile = () => {
<span>{t('common.lang')}</span>
</Space>
</div>
{/* Github */}
{/* GitHub */}
<div className="menu-item">
<a href={import.meta.env.VITE_GITHUB_REPO} target="_blank">
<Space>
<GithubOutlined style={{ fontSize: 16 }} />
<span>Github</span>
<span>GitHub</span>
</Space>
</a>
</div>
Expand Down

0 comments on commit 4ff8a7c

Please sign in to comment.