From ec2555f81f5f984600d07180eb7c004a1ca10b7d Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Sat, 29 Aug 2026 16:41:07 +0530 Subject: [PATCH] docs: fix typo carefuly -> carefully Signed-off-by: Vaibhav Srivastava --- .../projects/style-puzzles/exercises/lemonade/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootcamp_content/projects/style-puzzles/exercises/lemonade/introduction.md b/bootcamp_content/projects/style-puzzles/exercises/lemonade/introduction.md index 642f8026a3..e381e67901 100644 --- a/bootcamp_content/projects/style-puzzles/exercises/lemonade/introduction.md +++ b/bootcamp_content/projects/style-puzzles/exercises/lemonade/introduction.md @@ -49,7 +49,7 @@ That's normally because they've missed an instruction, or taken a more "hacky" a Here are common mistakes people make. I recommend double-checking each of them! -- Not checking the diff/curtain carefuly enough. +- Not checking the diff/curtain carefully enough. - Not using `cover`, `top right` for the background. - Unncessarily using `background-repeat: no-repeat`. This makes no visual difference, but does change the subpixel rendering. - Not using `px` for all margins and padding.