From 223e125adcf6841be9fa989daa1ec6edabddd680 Mon Sep 17 00:00:00 2001 From: Jack Horton Date: Wed, 7 Aug 2019 10:41:25 -0700 Subject: [PATCH] Fix indentation in http-repl.md (#13711) --- aspnetcore/web-api/http-repl.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/aspnetcore/web-api/http-repl.md b/aspnetcore/web-api/http-repl.md index 754d86592e..ea5480267e 100644 --- a/aspnetcore/web-api/http-repl.md +++ b/aspnetcore/web-api/http-repl.md @@ -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: