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