From 9c800526a7ffee2e809107ae809c7cc7f09c5c7a Mon Sep 17 00:00:00 2001 From: Chris Castle Date: Wed, 19 Jan 2022 13:36:32 +0100 Subject: [PATCH] fix: correct typo in 'targetting' - line 12 (#44823) --- .../learn-css-transforms-by-building-a-penguin/step-075.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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--