Skip to content

Commit a8444d6

Browse files
committed
up
1 parent 795c300 commit a8444d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/core/src/types/config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ export interface LibConfig extends RsbuildConfig {
132132
*/
133133
externalHelpers?: boolean;
134134
/**
135-
* Inject content into the top of each JS, CSS or DTS file.
135+
* Inject content into the top of each JavaScript, CSS or DTS file.
136136
* @defaultValue `{}`
137137
* @see {@link https://lib.rsbuild.dev/config/lib/banner}
138138
*/
139139
banner?: BannerAndFooter;
140140
/**
141-
* Inject content into the bottom of each JS, CSS or DTS file.
141+
* Inject content into the bottom of each JavaScript, CSS or DTS file.
142142
* @defaultValue `{}`
143143
* @see {@link https://lib.rsbuild.dev/config/lib/footer}
144144
*/

0 commit comments

Comments
 (0)