From 11e620528d656f818938a5ec197fac745b3a05af Mon Sep 17 00:00:00 2001 From: Mauricio de los Santos Date: Mon, 20 Jan 2020 18:49:42 -0300 Subject: [PATCH] C150960: Adding missing backticks at end of code (#16623) Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description of the source issue: Lack of a backticks at the end of code-block is preventing following content to be localized --- aspnetcore/web-api/http-repl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/web-api/http-repl.md b/aspnetcore/web-api/http-repl.md index f124205286..c282086b37 100644 --- a/aspnetcore/web-api/http-repl.md +++ b/aspnetcore/web-api/http-repl.md @@ -572,6 +572,7 @@ To issue an HTTP PUT request: "data": "Strawberry" } ] + ``` 1. Run the `put` command on an endpoint that supports it: