Review the style around `"` and ticks across the lecture to make sure it is consistent. <img width="621" height="73" alt="Image" src="https://github.com/user-attachments/assets/5abd4bca-1307-42c6-94db-0df5eedf7661" /> As can be seen in the screenshot we need to fix the use of `double single quotes` instead of proper quotation. For example, ``` ``it is thrown into the ocean'' ``` should be ``` "it is thrown into the ocean" ```