Skip to content

Commit 0eddcde

Browse files
Update docs/platforms/javascript/common/install/index.mdx
Co-authored-by: Charly Gomez <[email protected]>
1 parent dec030b commit 0eddcde

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/common/install

1 file changed

+1
-1
lines changed

docs/platforms/javascript/common/install/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CommonJS uses `require()` to load modules. Our recommended installation method w
4242
Note that even if your application is written in ESM (using `import`), it may still be _run_ in CJS. In this case, you should follow the [CommonJS instructions](./commonjs).
4343

4444
<PlatformSection supported={["javascript.nestjs"]}>
45-
### My application is a simple/default Nest.js app
45+
### My application uses the default Nest.js setup
4646

4747
Nest.js transpiles to CJS by default, so you should follow the [CommonJS installation instructions](./commonjs). Keep reading if you have a more customized application or build setup.
4848

0 commit comments

Comments
 (0)