Skip to content

Commit e85e3a5

Browse files
authored
docs: typo (#2005) [skip ci]
trasnpiling -> transpiling
1 parent 198ee8a commit e85e3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/config/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ export default ({ command, mode }) => {
409409

410410
Browser compatibility target for the final bundle. The default value is a Vite special value, `'modules'`, which targets [browsers with native ES module support](https://caniuse.com/es6-module).
411411

412-
Another special value is 'esnext' - which only performs minimal trasnpiling (for minification compat) and assumes native dynamic imports support.
412+
Another special value is 'esnext' - which only performs minimal transpiling (for minification compat) and assumes native dynamic imports support.
413413

414414
The transform is performed with esbuild and the value should be a valid [esbuild target option](https://esbuild.github.io/api/#target). Custom targets can either be a ES version (e.g. `es2015`), a browser with version (e.g. `chrome58`), or an array of multiple target strings.
415415

0 commit comments

Comments
 (0)