Skip to content

Commit

Permalink
fix: fix the typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saixiaoxi committed Nov 28, 2024
1 parent 6c17978 commit e2b5224
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bizdemo/hertz_swagger_gen/readme_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- 使用 `thrift-gen-http-swagger` 插件生成 `swagger` 文件和 `swagger ui` 服务

- `/swagger` 提供 `swagger` 文件和 `swagger ui` 服务器
- `/hander` 包含更新用户、添加用户、删除用户、查询用户的基础业务逻辑
- `/handler` 包含更新用户、添加用户、删除用户、查询用户的基础业务逻辑

## IDL

Expand Down
2 changes: 1 addition & 1 deletion client/add_parameters/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Hertz client : add request content
You can learn about using hertz cient to add request content:
You can learn about using hertz client to add request content:
* Add Request Query
* Sending 'www-url-encoded' requests
* Sending 'multipart/form-data' requests
Expand Down
2 changes: 1 addition & 1 deletion client/streaming_read/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hertz client : streaming read
You can learn about using hertz cient to read response with streaming.
You can learn about using hertz client to read response with streaming.
## how to run
please click [server streaming](https://github.com/cloudwego/hertz-examples/tree/main/streaming)

0 comments on commit e2b5224

Please sign in to comment.