From 71fb1c9ab419dc6fcee2352a2c19ed9bdc4837fd Mon Sep 17 00:00:00 2001 From: Supravisor <153783117+Supravisor@users.noreply.github.com> Date: Wed, 30 Apr 2025 20:18:45 +1200 Subject: [PATCH] fix(curriculum): crowdin wording for page of playing cards lab (#60046) Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> --- .../lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md b/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md index 6d8ae6b194c..da966ef7060 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md +++ b/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md @@ -23,7 +23,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab 1. Each of your `.right` elements should use flexbox item properties to align itself at the end of its parent container. 1. Each of your `.middle` elements should use flexbox to display its children in a column. -Here are some characters you can copy and paste to use in your cards if you want: `♠` `♣` `♥` `♦` +Here are some characters you can copy and paste to use in your cards if you want: `♠`, `♣`, `♥`, and `♦`. # --hints--