diff --git a/step4-cassandra.md b/step4-cassandra.md
index 43b2ad7..e6a371f 100644
--- a/step4-cassandra.md
+++ b/step4-cassandra.md
@@ -23,7 +23,6 @@
Truncate the table
-Next we will explore some other CQL commands that will come in handy, like `TRUNCATE` in a later exercise, we will show you how to add/remove (non-primary key) columns.
✅ Let's remove the data from our table using `TRUNCATE`:
```