Skip to content

Commit 469771b

Browse files
authored
docs: delete slash (#809)
1 parent c06e942 commit 469771b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/hertz/tutorials/framework-exten/response_writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ Effect display:
7777
Open the interface in the example at localhost:8888, and then use the following command to observe the effect:
7878

7979
```bash
80-
curl -N --location localhost:8888//flush/chunk
80+
curl -N --location localhost:8888/flush/chunk
8181
```

content/zh/docs/hertz/tutorials/framework-exten/response_writer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ Hertz 在 `app.RequestContext` 中提供了 `Response.HijackWriter` 方法让用
6868
在 localhost:8888 开启示例中的接口,然后使用如下命令观察效果:
6969

7070
```bash
71-
curl -N --location localhost:8888//flush/chunk
71+
curl -N --location localhost:8888/flush/chunk
7272
```

0 commit comments

Comments
 (0)