Skip to content

Commit

Permalink
fix: skip the generate code and fix the typos (#161)
Browse files Browse the repository at this point in the history
* fix: skip the generate code

* fix: fix the typos
  • Loading branch information
saixiaoxi authored Dec 2, 2024
1 parent d1e3643 commit ed8411c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ header:
- bizdemo/hertz_session/biz/model/**
- bizdemo/hertz_session/biz/router/**
- bizdemo/hertz_session/router_gen.go
- bizdemo/hertz_swagger_gen/**
- hz_client/**

comment: on-failure
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 ed8411c

Please sign in to comment.