fix: update instructions to be consistent (#39557)

* fix: update instructions to be consistent

* fix: change to use code tags instead of backticks
pull/39570/head
Tom 2020-09-11 18:03:18 -05:00 committed by GitHub
parent c345bc9886
commit ae6cf5b724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,11 @@ Start this project on Repl.it using <a href='https://repl.it/github/freeCodeCamp
```yml
tests:
- text: I can submit a FormData object that includes a file upload.
- text: I can submit a form that includes a file upload.
testString: ''
- text: 'When I submit something, I will receive the file size in bytes within the JSON response.'
- text: The form file input field has the <code>name</code> attribute set to <code>upfile</code>.
testString: ''
- text: When I submit something, I will receive the file <code>name</code>, <code>type</code>, and <code>size</code> in bytes within the JSON response.
testString: ''
```