fix: update instructions to be consistent (#39557)
* fix: update instructions to be consistent * fix: change to use code tags instead of backticks
This commit is contained in:
@ -23,9 +23,11 @@ Start this project on Repl.it using <a href='https://repl.it/github/freeCodeCamp
|
|||||||
|
|
||||||
```yml
|
```yml
|
||||||
tests:
|
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: ''
|
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: ''
|
testString: ''
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user