Skip to content

Commit

Permalink
add missing double quote to swagger.searchPaths preference command
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie committed Aug 29, 2019
1 parent 480e3a2 commit ace55c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/web-api/http-repl.md
Expand Up @@ -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
Expand Down

0 comments on commit ace55c6

Please sign in to comment.