diff --git a/docs/db-to-code.md b/docs/db-to-code.md
index 2e0fb1b..980c457 100644
--- a/docs/db-to-code.md
+++ b/docs/db-to-code.md
@@ -111,7 +111,7 @@ DROP TABLE hero;
That is how you tell the database in SQL to delete the entire table `hero`.
-Nooooo! We lost all the data in the `hero` table! 💥😱
+Nooooo! We lost all the data in the `hero` table! 💥😱
### SQL Sanitization
@@ -305,4 +305,4 @@ You will see **your own code** a lot more than the internal table names, so it's
So, to keep things consistent, I'll keep using the same table names that **SQLModel** would have generated.
!!! tip
- You can also override the table name. You can read about it in the Advanced User Guide.
\ No newline at end of file
+ You can also override the table name. You can read about it in the Advanced User Guide.