Skip to content

Commit 50a701f

Browse files
committed
more cleanup
1 parent 4743d98 commit 50a701f

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/platforms/javascript/guides/aws-lambda/install/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note that TypeScript can also be configured to output ESM, in which case you sho
1919

2020
### My Lambda function uses `require`
2121

22-
If you are using `require()` in your function, you should follow the CommonJS instructions. You can choose between [using our Lambda Layer (recommended)](./cjs-layer) or [installing the Sentry AWS NPM package](./cjs-layer).
22+
If you are using `require()` in your function, follow the CommonJS instructions. Choose between [using our Lambda Layer (recommended)](./cjs-layer) or [installing the Sentry AWS NPM package](./cjs-layer).
2323

2424
### My Lambda function uses `import`
2525

0 commit comments

Comments
 (0)