We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578af83 commit 3ae8a98Copy full SHA for 3ae8a98
README.md
@@ -22,6 +22,6 @@ import { DocumentClient } from "aws-sdk/lib/dynamodb/document_client";
22
clientWrapper = new DocumentClientWrapper(ClientType.DynamoDBDax, ['ENDPOINT'], '[REGION]', '[TIMEOUT]');
23
24
25
-// Initialized as a DynamoDB docuemnt client:
+// Initialized as DynamoDB docuemnt client:
26
clientWrapper = new DocumentClientWrapper(ClientType.DynamoDB, ['ENDPOINT'], '[REGION]', '[TIMEOUT]');
27
```
0 commit comments