Skip to content

Commit ed8411c

Browse files
authored
fix: skip the generate code and fix the typos (#161)
* fix: skip the generate code * fix: fix the typos
1 parent d1e3643 commit ed8411c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.licenserc.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ header:
2727
- bizdemo/hertz_session/biz/model/**
2828
- bizdemo/hertz_session/biz/router/**
2929
- bizdemo/hertz_session/router_gen.go
30+
- bizdemo/hertz_swagger_gen/**
3031
- hz_client/**
3132

3233
comment: on-failure

bizdemo/hertz_swagger_gen/readme_cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- 使用 `thrift-gen-http-swagger` 插件生成 `swagger` 文件和 `swagger ui` 服务
1111

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

1515
## IDL
1616

client/add_parameters/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Hertz client : add request content
2-
You can learn about using hertz cient to add request content:
2+
You can learn about using hertz client to add request content:
33
* Add Request Query
44
* Sending 'www-url-encoded' requests
55
* Sending 'multipart/form-data' requests

client/streaming_read/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Hertz client : streaming read
2-
You can learn about using hertz cient to read response with streaming.
2+
You can learn about using hertz client to read response with streaming.
33
## how to run
44
please click [server streaming](https://github.com/cloudwego/hertz-examples/tree/main/streaming)

0 commit comments

Comments
 (0)