diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/step-075.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/step-075.md index 369c72494a..b90c948a18 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/step-075.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-transforms-by-building-a-penguin/step-075.md @@ -9,7 +9,7 @@ dashedName: step-75 If you look closely, the _heart_ emoji is slightly different. This is because some of the character's properties were overridden by the `font-weight` style of `bold`. -Fix this, by targetting the `div` with the heart emoji, and setting its `font-weight` to its original value. +Fix this, by targeting the `div` with the heart emoji, and setting its `font-weight` to its original value. # --hints--