fix(curriculum): specify the input file should be nested (#48887)

Update Step 31 to specify nesting
This commit is contained in:
Danielle Featherstone
2023-01-03 02:22:31 -05:00
committed by GitHub
parent 57143d9915
commit da70302b39

View File

@@ -9,7 +9,7 @@ dashedName: step-31
Moving on to the final `fieldset`. What if you wanted to allow a user to upload a profile picture?
Well, the `input` type `file` allows just that. Add a `label` with the text `Upload a profile picture: `, and add an `input` accepting a file upload.
Well, the `input` type `file` allows just that. Add a `label` with the text `Upload a profile picture: `, and nest an `input` accepting a file upload.
# --hints--