Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aac905

Browse files
committed
fix: jsdoc
1 parent a9b38e3 commit 7aac905

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/rollup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import unplugin from './index'
1212
* @example
1313
* ```ts
1414
* // rollup.config.js
15-
* import Macros from 'unplugin-replace/rollup'
15+
* import Replace from 'unplugin-replace/rollup'
1616
*
1717
* export default {
18-
* plugins: [Macros()],
18+
* plugins: [Replace()],
1919
* }
2020
* ```
2121
*/

src/vite.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ import unplugin from './index'
1212
* @example
1313
* ```ts
1414
* // vite.config.ts
15-
* import Macros from 'unplugin-replace/vite'
15+
* import Replace from 'unplugin-replace/vite'
1616
*
1717
* export default defineConfig({
18-
* plugins: [Macros()],
18+
* plugins: [Replace()],
1919
* })
2020
* ```
2121
*/

0 commit comments

Comments
 (0)