Skip to content

Commit

Permalink
Fix DynamoDB typo in Toasty blog post (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm authored Dec 20, 2024
1 parent 14cdcc0 commit 6128209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/2024-10-23-announcing-toasty.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ and fix it.
# SQL and NoSQL

Toasty supports both SQL and NoSQL databases. As of today, that means Sqlite and
DyanmoDB, though adding support for other SQL databases should be pretty
DynamoDB, though adding support for other SQL databases should be pretty
straightforward. I also plan to add support for Cassandra soon, but I hope
others will also contribute to implementations for different databases.

Expand Down Expand Up @@ -205,4 +205,4 @@ to those discussions. There is a #toasty channel in the Tokio
issues on the [Github repo](https://github.com/tokio-rs/toasty) to propose
features or start a conversation about API design and direction.

<div style="text-align:right">&mdash; Carl Lerche (<a href="https://github.com/carllerche">@carllerche</a>)</div>
<div style="text-align:right">&mdash; Carl Lerche (<a href="https://github.com/carllerche">@carllerche</a>)</div>

0 comments on commit 6128209

Please sign in to comment.