Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skip the generate code and fix the typos #161

Merged
merged 2 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: fix the typos
  • Loading branch information
saixiaoxi committed Nov 28, 2024
commit e2b522414c56582b43f161c586dd651e6ec96be1
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)