fix(curriculum): specifies the cafe's street address (#49597)

* fix(curriculum): specifies the cafe's street address
This commit is contained in:
Liam Campbell
2023-03-07 05:36:34 -08:00
committed by GitHub
parent 1ba31f0833
commit 9db80be77c

View File

@@ -7,7 +7,7 @@ dashedName: step-87
# --description--
Now apply the `address` class to the `p` element containing the address.
Now apply the `address` class to the `p` element containing the street address `123 Free Code Camp Drive`.
# --hints--