From 021eec557047382ff6cd9002b7fd09cd0d0c2c50 Mon Sep 17 00:00:00 2001 From: raahu1l Date: Sun, 2 Aug 2026 18:59:30 +0530 Subject: [PATCH] fix(curriculum): add missing preposition in cafe menu step 58 (#69201) --- .../blocks/workshop-cafe-menu/5f3ef6e0f8c230bdd2349716.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/blocks/workshop-cafe-menu/5f3ef6e0f8c230bdd2349716.md b/curriculum/challenges/english/blocks/workshop-cafe-menu/5f3ef6e0f8c230bdd2349716.md index e98f575dd02..07ba2360f0e 100644 --- a/curriculum/challenges/english/blocks/workshop-cafe-menu/5f3ef6e0f8c230bdd2349716.md +++ b/curriculum/challenges/english/blocks/workshop-cafe-menu/5f3ef6e0f8c230bdd2349716.md @@ -7,7 +7,7 @@ dashedName: step-58 # --description-- -The typography of heading elements (e.g. `h1`, `h2`) is set by default values of users' browsers. +The typography of heading elements (e.g. `h1`, `h2`) is set by the default values in users' browsers. Add two new type selectors (`h1` and `h2`). Use the `font-size` property for both, but use the value `40px` for the `h1` and `30px` for the `h2`.