From 773e85ae6c6604f19e15771a116ab3bd5c9d15eb Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Thu, 12 Nov 2020 12:54:57 -0600 Subject: [PATCH] Fix a typo in the HttpRepl doc (#20547) --- aspnetcore/web-api/http-repl/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/web-api/http-repl/index.md b/aspnetcore/web-api/http-repl/index.md index 382d9de58d..8df149f8be 100644 --- a/aspnetcore/web-api/http-repl/index.md +++ b/aspnetcore/web-api/http-repl/index.md @@ -187,7 +187,7 @@ The field 'paths' in 'document' object is REQUIRED [#/paths] To list the different endpoints (controllers) at the current path of the web API address, run the `ls` or `dir` command: ```console -https://localhot:5001/> ls +https://localhost:5001/> ls ``` The following output format is displayed: