Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
fix: add missing quotation mark in faq docs (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonsleal authored Jun 6, 2024
1 parent ea20b76 commit db92086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faqs/cloud-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sdk.start()
```js
export async function register() {
if (process.env.NEXT_RUNTIME === 'nodejs') {
require('./new-relic-instrumentation.js)
require('./new-relic-instrumentation.js')
}
}
```
Expand Down

0 comments on commit db92086

Please sign in to comment.