Skip to content

Commit 6128209

Browse files
authored
Fix DynamoDB typo in Toasty blog post (#808)
1 parent 14cdcc0 commit 6128209

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/2024-10-23-announcing-toasty.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ and fix it.
171171
# SQL and NoSQL
172172

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

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

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

0 commit comments

Comments
 (0)