Fix typos in ISSUE_TEMPLATE.md (#3616)

This commit is contained in:
Hiroki Nakano 2023-05-26 12:45:46 +09:00 committed by GitHub
parent 1ab268989d
commit 6bdc725c8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ func main() {
<!-- Your expectation result of 'curl' command, like -->
```
$ curl http://localhost:8201/hello/world
$ curl http://localhost:9000/hello/world
Hello world
```
@ -38,7 +38,7 @@ Hello world
<!-- Actual result showing the problem -->
```
$ curl -i http://localhost:8201/hello/world
$ curl -i http://localhost:9000/hello/world
<YOUR RESULT>
```