From 8ae1604652d9298bbb1a2fcf6034e2f8770c3288 Mon Sep 17 00:00:00 2001 From: Sulaiman Date: Tue, 3 Sep 2024 22:01:15 +0500 Subject: [PATCH] fix(curriculum): missing comma for cat painting app step 47 (#55992) --- .../646de7b64467e96b7d35b5cd.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/646de7b64467e96b7d35b5cd.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/646de7b64467e96b7d35b5cd.md index 682a32fa6b0..bd6e1ab6773 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/646de7b64467e96b7d35b5cd.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/646de7b64467e96b7d35b5cd.md @@ -7,7 +7,7 @@ dashedName: step-47 # --description-- -Move the right eye into position with a `position` property of `absolute` a `top` of `54px`, and a `left` of `134px`. +Move the right eye into position with a `position` property of `absolute`, a `top` of `54px`, and a `left` of `134px`. # --hints--