fix(curriculum): use prose for count in Step 51 (#69184)

This commit is contained in:
mohamedmastouri-hue
2026-08-01 15:58:07 +01:00
committed by GitHub
parent c6dbafb71e
commit 8e29895930
@@ -7,7 +7,7 @@ dashedName: step-51
# --description--
Since all `4` sides of the menu have the same internal spacing, remove the four properties and use a single `padding` property with the value `20px`.
Since all four sides of the menu have the same internal spacing, remove the four properties and use a single `padding` property with the value `20px`.
# --hints--