diff --git a/notes/Module 14 - ES Modules and Structuring Larger Apps.md b/notes/Module 14 - ES Modules and Structuring Larger Apps.md index 5d2e569..261e66d 100644 --- a/notes/Module 14 - ES Modules and Structuring Larger Apps.md +++ b/notes/Module 14 - ES Modules and Structuring Larger Apps.md @@ -3111,7 +3111,7 @@ Open the dev tools and look at the code in the elements tab. You will see that t ![](../attachments/1319.png) 12:17 -If yu tried to add a style tag, it would still work however. +If you tried to add a style tag, it would still work however. Why is that? That is because the style tag, if you look at it in the console is still being embedded.