fix(curriculum): missing comma for cat painting app step 47 (#55992)

This commit is contained in:
Sulaiman
2024-09-03 22:01:15 +05:00
committed by GitHub
parent 9ce026926d
commit 8ae1604652

View File

@@ -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--