From 90d53216b539f84c48637fa55a1108e19fc6acbc Mon Sep 17 00:00:00 2001 From: Joaquin Descotte <157441085+Joaco273@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:05:13 -0500 Subject: [PATCH] fix(curriculum): fixed typo in greeting card workshop (#58006) --- .../workshop-greeting-card/67333aa0e231d43e7556c644.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/workshop-greeting-card/67333aa0e231d43e7556c644.md b/curriculum/challenges/english/25-front-end-development/workshop-greeting-card/67333aa0e231d43e7556c644.md index 0b5cb3d5615..65476b460de 100644 --- a/curriculum/challenges/english/25-front-end-development/workshop-greeting-card/67333aa0e231d43e7556c644.md +++ b/curriculum/challenges/english/25-front-end-development/workshop-greeting-card/67333aa0e231d43e7556c644.md @@ -7,7 +7,7 @@ dashedName: step-22 # --description-- -Add a new selector that targerts the `.card-links a` elements when they are active. Set the `background-color` to `midnightblue`. +Add a new selector that targets the `.card-links a` elements when they are active. Set the `background-color` to `midnightblue`. # --hints--