fix: update grammer error in Step 68 of Project 2 (#46440)

This commit is contained in:
Mzukisi 2022-06-10 15:28:39 +02:00 committed by GitHub
parent 586db667a7
commit 60f6fd2f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ dashedName: step-68
The default properties of an `hr` element will make it appear as a thin light grey line. You can change the height of the line by specifying a value for the `height` property.
Change the height the `hr` element to be `3px`.
Change the height of the `hr` element to be `3px`.
# --hints--