Skip to content

Commit 57980bd

Browse files
authored
docs(UPGRADING): fix typo (#3677)
1 parent f289014 commit 57980bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ might not have the same name either.
5959

6060
```javascript
6161
const { Agent } = require("https");
62-
const { Agent: HttpAgnet } = require("http");
62+
const { Agent: HttpAgent } = require("http");
6363
const { NodeHttpHandler } = require("@aws-sdk/node-http-handler");
6464
const dynamodbClient = new DynamoDBClient({
6565
requestHandler: new NodeHttpHandler({

0 commit comments

Comments
 (0)