Skip to content

Commit 487839e

Browse files
authored
docs: config name typo (#564)
1 parent 0f71812 commit 487839e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/en/guide/solution/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then select `Node.js` when prompted to "Select template".
2323

2424
Rslib offers seamless support for Node.js projects, allowing you to build Node.js project effortlessly with minimal configuration.
2525

26-
For example, in `rsbuild.config.ts`:
26+
For example, in `rslib.config.ts`:
2727

2828
```ts title="rslib.config.ts"
2929
import { defineConfig } from '@rslib/core';

website/docs/zh/guide/solution/nodejs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { PackageManagerTabs } from '@theme';
2323

2424
Rslib 为 Node.js 项目提供无缝支持,允许以最少的配置轻松构建 Node.js 项目。
2525

26-
例如, `rsbuild.config.ts`:
26+
例如`rslib.config.ts`:
2727

2828
```ts title="rslib.config.ts"
2929
import { defineConfig } from '@rslib/core';

0 commit comments

Comments
 (0)