Skip to content

Commit

Permalink
Fix typos in ISSUE_TEMPLATE.md (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirokinakano committed May 26, 2023
1 parent 1ab2689 commit 6bdc725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Expand Up @@ -30,15 +30,15 @@ func main() {

<!-- Your expectation result of 'curl' command, like -->
```
$ curl http://localhost:8201/hello/world
$ curl http://localhost:9000/hello/world
Hello world
```

## Actual result

<!-- Actual result showing the problem -->
```
$ curl -i http://localhost:8201/hello/world
$ curl -i http://localhost:9000/hello/world
<YOUR RESULT>
```

Expand Down

0 comments on commit 6bdc725

Please sign in to comment.