Skip to content

Commit 8ae1604

Browse files
authored
fix(curriculum): missing comma for cat painting app step 47 (freeCodeCamp#55992)
1 parent 9ce0269 commit 8ae1604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

curriculum/challenges/english/14-responsive-web-design-22/learn-intermediate-css-by-building-a-cat-painting/646de7b64467e96b7d35b5cd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dashedName: step-47
77

88
# --description--
99

10-
Move the right eye into position with a `position` property of `absolute` a `top` of `54px`, and a `left` of `134px`.
10+
Move the right eye into position with a `position` property of `absolute`, a `top` of `54px`, and a `left` of `134px`.
1111

1212
# --hints--
1313

0 commit comments

Comments
 (0)