Skip to content

Commit c5c306b

Browse files
committed
chore(docs): fix typo
1 parent 06f80fa commit c5c306b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/guide/index.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lastUpdated: false
1313

1414
- [Vite](https://vitejs.dev/)
1515
- [Rollup](https://rollupjs.org/)
16-
- [Webpack](https://webpack.js.org/)
16+
- [webpack](https://webpack.js.org/)
1717
- [esbuild](https://esbuild.github.io/)
1818
- [Rspack](https://www.rspack.dev/)
1919
- [Rolldown](https://rolldown.rs/) <span style="color: #ca8a04"><strong>(⚠️ experimental)</strong></span>
@@ -39,7 +39,7 @@ Check repositories above for more details.
3939
### Pre-requisites
4040

4141
- Node.js 18.12.0 or later.
42-
- Webpack 5 or later, if you are using Webpack.
42+
- webpack 5 or later, if you are using webpack.
4343

4444
### Install package
4545

@@ -193,7 +193,7 @@ export default defineConfig({
193193

194194
## Supported Hooks
195195

196-
| Hook | Rollup | Vite | Webpack | esbuild | Rspack | Farm | Rolldown |
196+
| Hook | Rollup | Vite | webpack | esbuild | Rspack | Farm | Rolldown |
197197
| --------------------------------------------------------------------------------- | :-------------: | :--: | :-----: | :-------------: | :-------------: | :--: | :------: |
198198
| [`enforce`](https://vitejs.dev/guide/api-plugin.html#plugin-ordering) | ❌ <sup>1</sup> ||| ❌ <sup>1</sup> ||||
199199
| [`buildStart`](https://rollupjs.org/plugin-development/#buildstart) ||||||||
@@ -254,7 +254,7 @@ export const farmPlugin = unplugin.farm
254254

255255
## Supported Context
256256

257-
| Context | Rollup | Vite | Webpack | esbuild | Rspack | Farm | Rolldown |
257+
| Context | Rollup | Vite | webpack | esbuild | Rspack | Farm | Rolldown |
258258
| ------------------------------------------------------------------------------------- | :----: | :--: | :-----: | :-----: | :----: | :--: | :------: |
259259
| [`this.parse`](https://rollupjs.org/plugin-development/#this-parse) ||||||||
260260
| [`this.addWatchFile`](https://rollupjs.org/plugin-development/#this-addwatchfile) ||||||||
@@ -274,7 +274,7 @@ export const farmPlugin = unplugin.farm
274274

275275
### Bundler Supported
276276

277-
| Rollup | Vite | Webpack | Rspack | esbuild | Farm | Rolldown |
277+
| Rollup | Vite | webpack | Rspack | esbuild | Farm | Rolldown |
278278
| :--------------------: | :--: | :-----: | :----: | :-----: | :--: | :------: |
279279
|`>=3.1`<sup>1</sup> |||||||
280280

0 commit comments

Comments
 (0)