Fix a typo in the HttpRepl doc (#20547)
parent
177bb2c9bc
commit
773e85ae6c
|
@ -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:
|
To list the different endpoints (controllers) at the current path of the web API address, run the `ls` or `dir` command:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
https://localhot:5001/> ls
|
https://localhost:5001/> ls
|
||||||
```
|
```
|
||||||
|
|
||||||
The following output format is displayed:
|
The following output format is displayed:
|
||||||
|
|
Loading…
Reference in New Issue