fix(curriculum) changed wording on step 55 (#47182)

* update step 55

* Update wording to Sboonny's suggestion

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

* update wording to bbsmooth's suggestion

* Changed "Finally" to "Then"

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
This commit is contained in:
Dylan R
2022-08-06 22:11:27 -06:00
committed by GitHub
parent 25a0d819b6
commit 1cd621fa67

View File

@@ -9,7 +9,7 @@ dashedName: step-56
Lastly, for the submit button, you want to separate it from the `fieldset` above, and adjust its width to never be below `300px`.
Change the `margin` property to include `1em` on the top and bottom, and set the width as described above.
Change the `margin` property to include `1em` on the top and bottom, while leaving the right and left margins set to `auto`. Then set the width as described above.
# --hints--