Skip to content

Commit 1a55bdd

Browse files
MickLfishcharlie
andauthored
Update docs/api/Model.md
Co-Authored-By: Charlie Fish <fishcharlie@me.com>
1 parent 5192661 commit 1a55bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/Model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ User.get({"id": 1}, (error, myUser) => {
213213
});
214214
```
215215

216-
## Model.batchGet(primaryKeys[, settings][, callback])
216+
## Model.batchGet(keys[, settings][, callback])
217217

218218
You can use Model.batchGet to retrieve multiple items from DynamoDB. This method uses the `batchGetItem` DynamoDB API call to retrieve the object.
219219

0 commit comments

Comments
 (0)