Skip to content

Commit 6bdc725

Browse files
authored
Fix typos in ISSUE_TEMPLATE.md (#3616)
1 parent 1ab2689 commit 6bdc725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ func main() {
3030

3131
<!-- Your expectation result of 'curl' command, like -->
3232
```
33-
$ curl http://localhost:8201/hello/world
33+
$ curl http://localhost:9000/hello/world
3434
Hello world
3535
```
3636

3737
## Actual result
3838

3939
<!-- Actual result showing the problem -->
4040
```
41-
$ curl -i http://localhost:8201/hello/world
41+
$ curl -i http://localhost:9000/hello/world
4242
<YOUR RESULT>
4343
```
4444

0 commit comments

Comments
 (0)