Skip to content

Commit 5e0e601

Browse files
authored
Merge pull request #19 from chengpeiquan/develop
chore: typo
2 parents dfe601a + 6004a00 commit 5e0e601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ English | [简体中文](https://github.com/chengpeiquan/vite-plugin-banner/blob
2828
- [Basic usage](#basic-usage)
2929
- [Advanced usage](#advanced-usage)
3030
- [Fun usage](#fun-usage)
31-
- [Add different banner](#add-different-banner)
31+
- [Add different banners](#add-different-banners)
3232
- [Optional parameter format](#optional-parameter-format)
3333
- [License](#license)
3434

@@ -49,7 +49,7 @@ npm install -D vite-plugin-banner
4949
| Plugin Options Type | Description | Example |
5050
| :------------------ | :------------------------------ | :------------------------------------------------------ |
5151
| string | The banner content | [Basic usage](#basic-usage) |
52-
| ContentCallback | See the type declarations below | [Add different banner](#add-different-banner) |
52+
| ContentCallback | See the type declarations below | [Add different banners](#add-different-banners) |
5353
| BannerPluginOptions | See the type declarations below | [Optional parameter format](#optional-parameter-format) |
5454

5555
· Type Declarations:
@@ -230,7 +230,7 @@ Run `npm run build`, e.g. in `app.d9a287b8.js`:
230230
var e=Object.assign;import{M as t,d as a,u as r,c......
231231
```
232232

233-
### Add different banner
233+
### Add different banners
234234

235235
Since `0.6.0`, it supports incoming function callback to set the content of Banner. When using `ContentCallback` type, this plugin will judge what content should be added according to the internal logic of the function.
236236

0 commit comments

Comments
 (0)