From 339cb18df7ad26c7c999efde2a31b2e80c83b856 Mon Sep 17 00:00:00 2001 From: MachaVivek <130957321+MachaVivek@users.noreply.github.com> Date: Sun, 19 Jan 2025 20:34:10 +0530 Subject: [PATCH] fix(curriculum): correct 'againt' typo to 'against' in css-flex-box challenges (#58231) --- .../quiz-css-flexbox/66ed8fe7f45ce3ece4053eb2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/25-front-end-development/quiz-css-flexbox/66ed8fe7f45ce3ece4053eb2.md b/curriculum/challenges/english/25-front-end-development/quiz-css-flexbox/66ed8fe7f45ce3ece4053eb2.md index 241cd50aad9..7bc4df46e97 100644 --- a/curriculum/challenges/english/25-front-end-development/quiz-css-flexbox/66ed8fe7f45ce3ece4053eb2.md +++ b/curriculum/challenges/english/25-front-end-development/quiz-css-flexbox/66ed8fe7f45ce3ece4053eb2.md @@ -342,7 +342,7 @@ Auto-size items to be equally large to fill the container. #### --text-- -Which value for `justify-content` will evenly distribute items along the main axis, have the same spacing between each pair of adjacent items, and have items whose sides are flush againt the main axis edge? +Which value for `justify-content` will evenly distribute items along the main axis, have the same spacing between each pair of adjacent items, and have items whose sides are flush against the main axis edge? #### --distractors--