Fix typos in ISSUE_TEMPLATE.md (#3616)
This commit is contained in:
parent
1ab268989d
commit
6bdc725c8d
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@ -30,7 +30,7 @@ func main() {
|
|||||||
|
|
||||||
<!-- Your expectation result of 'curl' command, like -->
|
<!-- Your expectation result of 'curl' command, like -->
|
||||||
```
|
```
|
||||||
$ curl http://localhost:8201/hello/world
|
$ curl http://localhost:9000/hello/world
|
||||||
Hello world
|
Hello world
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ Hello world
|
|||||||
|
|
||||||
<!-- Actual result showing the problem -->
|
<!-- Actual result showing the problem -->
|
||||||
```
|
```
|
||||||
$ curl -i http://localhost:8201/hello/world
|
$ curl -i http://localhost:9000/hello/world
|
||||||
<YOUR RESULT>
|
<YOUR RESULT>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user