From ace55c6820883cdf998a0089e4082ab5020f73b8 Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Thu, 29 Aug 2019 10:16:36 -0500 Subject: [PATCH] add missing double quote to swagger.searchPaths preference command --- aspnetcore/web-api/http-repl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/web-api/http-repl.md b/aspnetcore/web-api/http-repl.md index dc508d41f4cc..e8f3abcdf36a 100644 --- a/aspnetcore/web-api/http-repl.md +++ b/aspnetcore/web-api/http-repl.md @@ -367,7 +367,7 @@ By default, the HTTP REPL has a set of relative paths that it uses to find the S To use a different set of search paths in your environment, set the `swagger.searchPaths` preference. The value must be a pipe-delimited list of relative paths. For example: ```console -pref set swagger.searchPaths "swagger/v2/swagger.json|swagger/v3/swagger.json +pref set swagger.searchPaths "swagger/v2/swagger.json|swagger/v3/swagger.json" ``` ## Test HTTP GET requests