Skip to content

Commit b15c74b

Browse files
committed
fix
1 parent b1fa531 commit b15c74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/en/plugins/dev/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export const pluginEslint = (options?: Options): RsbuildPlugin => ({
298298
});
299299
```
300300

301-
## Extending the Plugin API
301+
## Extending plugin API
302302

303303
When building custom tools on top of Rsbuild's [JavaScript API](/api/start/), you may want to extend the existing plugin API to provide additional capabilities — for example, exposing utility functions or sharing context objects.
304304

0 commit comments

Comments
 (0)