Skip to content

Commit 50840c2

Browse files
Copilotfi3ework
andcommitted
Fix documentation errors: title capitalization, email spelling, and grammar improvements
Co-authored-by: fi3ework <[email protected]>
1 parent a72a84f commit 50840c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributor covenant code of conduct
1+
# Contributor Covenant Code of Conduct
22

33
## Our pledge
44

@@ -52,7 +52,7 @@ decisions when appropriate.
5252

5353
This Code of Conduct applies within all community spaces, and also applies when
5454
an individual is officially representing the community in public spaces.
55-
Examples of representing our community include using an official e-mail address,
55+
Examples of representing our community include using an official email address,
5656
posting via an official social media account, or acting as an appointed
5757
representative at an online or offline event.
5858

website/docs/en/guide/faq/features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineConfig({
3939

4040
### How to skip the processing of static asset files in bundleless mode?
4141

42-
In bundleless mode, Rslib transforms the source static asset file into a JavaScript file and a static asset file that is emitted according to [output.distPath](/config/rsbuild/output#outputdistpath) by default with preserving the `import` or `require` statements for static assets. To skip the above processing of static asset files, you need to:
42+
In bundleless mode, Rslib transforms the source static asset file into a JavaScript file and a static asset file that is emitted according to [output.distPath](/config/rsbuild/output#outputdistpath) by default, while preserving the `import` or `require` statements for static assets. To skip the above processing of static asset files, you need to:
4343

4444
1. Set `source.entry` to remove static asset files from the entry.
4545
2. Set `output.copy` to copy static asset files to the output directory.

website/docs/en/guide/migration/tsup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ Here is the corresponding Rslib configuration for tsup configuration:
6666

6767
## Contents supplement
6868

69-
The current document only covers part of the migration process. If you find suitable content to add, feel free to contribute to the documentation via pull request 🤝.
69+
The current document only covers part of the migration process. If you find suitable content to add, feel free to contribute to the documentation via a pull request 🤝.
7070

7171
> The documentation for Rslib can be found in the [rslib/website](https://github.com/web-infra-dev/rslib/tree/main/website) directory.

0 commit comments

Comments
 (0)