Skip to content

Commit 3ae8a98

Browse files
authored
Update README.md
1 parent 578af83 commit 3ae8a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import { DocumentClient } from "aws-sdk/lib/dynamodb/document_client";
2222
clientWrapper = new DocumentClientWrapper(ClientType.DynamoDBDax, ['ENDPOINT'], '[REGION]', '[TIMEOUT]');
2323

2424

25-
// Initialized as a DynamoDB docuemnt client:
25+
// Initialized as DynamoDB docuemnt client:
2626
clientWrapper = new DocumentClientWrapper(ClientType.DynamoDB, ['ENDPOINT'], '[REGION]', '[TIMEOUT]');
2727
```

0 commit comments

Comments
 (0)