Fix indentation in http-repl.md (#13711)

pull/13714/head
Jack Horton 2019-08-07 10:41:25 -07:00 committed by Luke Latham
parent 3eba859921
commit 223e125adc
1 changed files with 6 additions and 6 deletions

View File

@ -526,12 +526,12 @@ To issue an HTTP POST request:
1. Modify the JSON template to satisfy model validation requirements:
```json
{
"id": 0,
"name": "Scott Addie"
}
```
```json
{
"id": 0,
"name": "Scott Addie"
}
```
1. Save the *.tmp* file, and close the text editor. The following output appears in the command shell: