docs: fix some casing inconsistencies (#7081)

This commit is contained in:
Joshua Chen 2022-03-31 20:23:44 +08:00 committed by GitHub
parent 24c205a835
commit ff96606865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
45 changed files with 97 additions and 97 deletions

View file

@ -182,7 +182,7 @@ You should **not commit** it, and it may be a good idea to create a dedicated **
This tutorial uses the CLI version `3.5.2`, but we expect `3.x` releases to keep working.
Install the Crowdin CLI as an NPM package to your Docusaurus site:
Install the Crowdin CLI as an npm package to your Docusaurus site:
```bash npm2yarn
npm install @crowdin/cli@3
@ -468,7 +468,7 @@ module.exports = {
if (locale !== DefaultLocale) {
return `https://crowdin.com/project/docusaurus-v2/${locale}`;
}
// Link to Github for English docs
// Link to GitHub for English docs
return `https://github.com/facebook/docusaurus/edit/main/website/${versionDocsDirPath}/${docPath}`;
},
// highlight-end

View file

@ -437,7 +437,7 @@ On your [static hosting provider](../deployment.mdx):
:::caution
This strategy is **not possible** with Github Pages, as it is only possible to **have a single deployment**.
This strategy is **not possible** with GitHub Pages, as it is only possible to **have a single deployment**.
:::