Skip to content

Commit 18508dc

Browse files
authored
docs(config): tiny typos (#2859)
1 parent f9c269f commit 18508dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/3.config/0.index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,12 @@ Avoid creating chunks.
500500

501501
### `sourceMap`
502502

503-
Enable source-map generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
503+
Enable source map generation. See [options](https://rollupjs.org/configuration-options/#output-sourcemap)
504504
- Default: `true`
505505

506506
### `node`
507507

508-
Specify whether the build is used for Node.js or not. If set to `false`, nitro tried to mock Node.js dependencies using [unjs/unenv](https://github.com/unjs/unenv) and adjust its behavior.
508+
Specify whether the build is used for Node.js or not. If set to `false`, nitro tries to mock Node.js dependencies using [unjs/unenv](https://github.com/unjs/unenv) and adjust its behavior.
509509

510510
### `analyze`
511511

0 commit comments

Comments
 (0)