diff --git a/src/pages/Lesson4.tsx b/src/pages/Lesson4.tsx
index 6ede4b50..b5cadf6e 100644
--- a/src/pages/Lesson4.tsx
+++ b/src/pages/Lesson4.tsx
@@ -27,13 +27,12 @@ const Lesson4: FC = () => {
- test - Now you might be wondering, what good will knowing an address do? - And you're right - most of the time, we don't care about - the actual value of the address itself, we care about the value - stored at that address. So if we are just given an address, it would - be really useful if there were a way for us to find out what value - is stored there. And you guessed it, there is! + test Now you might be wondering, what good will knowing an address + do? And you're right - most of the time, we don't care + about the actual value of the address itself, we care about the + value stored at that address. So if we are just given an address, it + would be really useful if there were a way for us to find out what + value is stored there. And you guessed it, there is!