tywalch / electrodb

A DynamoDB library to ease the use of modeling complex hierarchical relationships and implementing a Single Table Design while keeping your query code readable.
MIT License
1.03k stars 66 forks source link

fix typo in batch-put.mdx #357

Closed ashishpandey001 closed 9 months ago

ashishpandey001 commented 9 months ago

The execution option to the go method to concurrently perform a mutation is concurrency and not concurrent.

netlify[bot] commented 9 months ago

Deploy Preview for electrodb-dev ready!

Name Link
Latest commit db7133556b9c3b3a4bb67a58c5b956518cbcc5da
Latest deploy log https://app.netlify.com/sites/electrodb-dev/deploys/65d8ae7882e2ae00089219b8
Deploy Preview https://deploy-preview-357--electrodb-dev.netlify.app/en/mutations/batch-put
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tywalch commented 9 months ago

Thank you!