Skip to content

Commit 2756cfe

Browse files
Luca ForstnerLms24
andauthored
Apply wording suggestion
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 1bc4912 commit 2756cfe

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations

1 file changed

+1
-1
lines changed

packages/node/src/integrations/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
const NODE_VERSION = parseSemver(process.versions.node);
1818

1919
/**
20-
* The http module integration instruments nodes internal http module. It creates breadcrumbs, transactions for outgoing
20+
* The http module integration instruments Node's internal http module. It creates breadcrumbs, transactions for outgoing
2121
* http requests and attaches trace data when tracing is enabled via its `tracing` option.
2222
*/
2323
export class Http implements Integration {

0 commit comments

Comments
 (0)