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

Update Step 31 to specify nesting
pull/48900/head
Danielle Featherstone 2023-01-03 02:22:31 -05:00 committed by GitHub
parent 57143d9915
commit da70302b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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--