Skip to content

Commit b43e732

Browse files
authored
docs: correct some cases (#4355)
1 parent 718c89d commit b43e732

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ or harmful.
4545

4646
Community leaders have the right and responsibility to remove, edit, or reject
4747
comments, commits, code, wiki edits, issues, and other contributions that are
48-
not aligned to this Code of Conduct, and will communicate reasons for moderation
48+
not aligned to this code of conduct, and will communicate reasons for moderation
4949
decisions when appropriate.
5050

5151
## Scope
5252

53-
This Code of Conduct applies within all community spaces, and also applies when
53+
This code of conduct applies within all community spaces, and also applies when
5454
an individual is officially representing the community in public spaces.
5555
Examples of representing our community include using an official e-mail address,
5656
posting via an official social media account, or acting as an appointed
@@ -68,7 +68,7 @@ reporter of any incident.
6868
## Enforcement guidelines
6969

7070
Community leaders will follow these Community Impact Guidelines in determining
71-
the consequences for any action they deem in violation of this Code of Conduct:
71+
the consequences for any action they deem in violation of this code of conduct:
7272

7373
### 1. Correction
7474

@@ -86,7 +86,7 @@ of actions.
8686

8787
**Consequence**: A warning with consequences for continued behavior. No
8888
interaction with the people involved, including unsolicited interaction with
89-
those enforcing the Code of Conduct, for a specified period of time. This
89+
those enforcing the code of conduct, for a specified period of time. This
9090
includes avoiding interactions in community spaces as well as external channels
9191
like social media. Violating these terms may lead to a temporary or
9292
permanent ban.
@@ -99,7 +99,7 @@ sustained inappropriate behavior.
9999
**Consequence**: A temporary ban from any sort of interaction or public
100100
communication with the community for a specified period of time. No public or
101101
private interaction with the people involved, including unsolicited interaction
102-
with those enforcing the Code of Conduct, is allowed during this period.
102+
with those enforcing the code of conduct, is allowed during this period.
103103
Violating these terms may lead to a permanent ban.
104104

105105
### 4. Permanent ban
@@ -113,7 +113,7 @@ the community.
113113

114114
## Attribution
115115

116-
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
116+
This code of conduct is adapted from the [Contributor Covenant][homepage],
117117
version 2.0, available at
118118
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
119119

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following diagram illustrates the relationship between Rsbuild and other too
7070

7171
## 📚 Getting started
7272

73-
To get started with Rsbuild, see the [Quick Start](https://rsbuild.dev/guide/start/quick-start).
73+
To get started with Rsbuild, see the [Quick start](https://rsbuild.dev/guide/start/quick-start).
7474

7575
## 🦀 Links
7676

@@ -140,7 +140,7 @@ Please read the [Contributing Guide](https://github.com/web-infra-dev/rsbuild/bl
140140

141141
### Code of conduct
142142

143-
This repo has adopted the ByteDance Open Source Code of Conduct. Please check [Code of Conduct](./CODE_OF_CONDUCT.md) for more details.
143+
This repo has adopted the ByteDance open source code of conduct. Please check [Code of conduct](./CODE_OF_CONDUCT.md) for more details.
144144

145145
## 🧑‍💻 Community
146146

website/docs/en/community/releases/v1-0.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ As shown, the API style of the Rsbuild plugin is similar to esbuild, it can be d
8080

8181
## How to use 1.0
8282

83-
- If you haven't used Rsbuild before, you can experience it through the [CodeSandbox example](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example) or refer to the [Quick Start](https://rsbuild.dev/guide/start/quick-start) to use Rsbuild.
83+
- If you haven't used Rsbuild before, you can experience it through the [CodeSandbox example](https://codesandbox.io/p/github/rspack-contrib/rsbuild-codesandbox-example) or refer to the [Quick start](https://rsbuild.dev/guide/start/quick-start) to use Rsbuild.
8484
- If you are using Rsbuild 0.7 or earlier, please note that 1.0 includes some breaking changes. You can refer to the [Migrating from 0.x](https://rsbuild.dev/guide/migration/rsbuild-0-x) document to upgrade.
8585
- Rsbuild also provides migration guides for projects that use webpack, CRA, Vue CLI, etc. See [Migrate from Existing Projects](https://rsbuild.dev/guide/start/quick-start#migrate-from-existing-projects).
8686

website/docs/en/guide/start/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ import Step from '@components/Step';
8585
<NextSteps>
8686
<Step
8787
href="/guide/start/quick-start"
88-
title="Quick Start"
88+
title="Quick start"
8989
description="Learn how to use Rsbuild"
9090
/>
9191
<Step
9292
href="/guide/start/features"
93-
title="All Features"
93+
title="All features"
9494
description="Learn all features of Rsbuild"
9595
/>
9696
<Step

website/i18n.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"zh": "介绍"
55
},
66
"quickStart": {
7-
"en": "Quick Start",
7+
"en": "Quick start",
88
"zh": "快速上手"
99
},
1010
"subtitle": {

0 commit comments

Comments
 (0)