Skip to content

Commit a761da8

Browse files
authored
Fix typo in the fetch readme (#640)
1 parent caaae65 commit a761da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk_contrib/fetch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ global fetch support starting with [NodeJS 18](https://nodejs.org/en/blog/announ
99
const { captureFetchGlobal } = require('aws-xray-sdk-fetch');
1010

1111
// To use globally defined fetch (available in NodeJS 18+)
12-
const fetch = captureFetchGloba();
12+
const fetch = captureFetchGlobal();
1313
const result = await fetch('https://foo.com');
1414

1515
// To use node-fetch module

0 commit comments

Comments
 (0)