Skip to content

Commit fb8bfb0

Browse files
committed
remove a comma
1 parent 65f4159 commit fb8bfb0

File tree

1 file changed

+1
-1
lines changed
  • docs/platforms/javascript/guides/nestjs/install

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/nestjs/install/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ supported:
1111
## How To Decide Which Installation Method To Use
1212

1313
Most node applications today are either written in CommonJS (CJS), or compiled to CJS before running them.
14-
CommonJS uses `require()` to load modules. Our recommended installation method when using CommonJS is to require the `instrument.js` file at the top of your application. However, if your application is run in ESM mode, this will not work, in which case, you can follow the [ESM docs](./esm).
14+
CommonJS uses `require()` to load modules. Our recommended installation method when using CommonJS is to require the `instrument.js` file at the top of your application. However, if your application is run in ESM mode, this will not work, in which case you can follow the [ESM docs](./esm).
1515

1616
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).
1717

0 commit comments

Comments
 (0)