diff --git a/intermediate_html_css/intermediate_css_concepts/advanced_selectors.md b/intermediate_html_css/intermediate_css_concepts/advanced_selectors.md
index 15ff199c94..66758157f5 100644
--- a/intermediate_html_css/intermediate_css_concepts/advanced_selectors.md
+++ b/intermediate_html_css/intermediate_css_concepts/advanced_selectors.md
@@ -174,11 +174,11 @@ While pseudo-classes give us an alternative way to interact with our HTML elemen
```html
@@ -189,7 +189,7 @@ While pseudo-classes give us an alternative way to interact with our HTML elemen
Using these pseudo-elements this way would give us this result:
-Let's 😎 🥸 🤓 emojify 🤓 🥸 😎 this span!
+Let's 😎 😄 🤓 emojify 🤓 😄 😎 this span!
There are lots more! Have a quick browse through the [pseudo-element docs](https://developer.mozilla.org/en-US/docs/Web/CSS/Pseudo-elements) to see a complete list of what's possible.