Skip to content

Commit

Permalink
fix: typos (#430)
Browse files Browse the repository at this point in the history
* fix typo

* fix typo

* fix typos

* fix typos
  • Loading branch information
omahs authored May 9, 2024
1 parent bb56c75 commit 51f1e29
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ participate in the discussion around bugs and participate in reviewing PRs.
If you have reviewed existing documentation and still have questions or are
having problems, you can either:

1. Submit a new issue and describes your problem, or
1. Submit a new issue and describe your problem, or
2. Join the [Volo user group on Feishu](https://applink.feishu.cn/client/chat/chatter/add_by_link?link_token=b34v5470-8e4d-4c7d-bf50-8b2917af026b) and ask for help there.

In exchange for receiving help, we expect you to contribute back a documentation
Expand All @@ -65,7 +65,7 @@ of your ability. Do not worry if you cannot answer every detail, just fill in
what you can.

The two most important pieces of information we need in order to properly
evaluate the report is a description of the behavior you are seeing and a simple
evaluate the report are a description of the behavior you are seeing and a simple
test case we can use to recreate the problem on our own. If we cannot recreate
the issue, it becomes impossible for us to fix.

Expand Down Expand Up @@ -370,7 +370,7 @@ There are also some tags that are used to provide additional information.

## Versioning Policy

We adheres the [Semantic Versioning 2.0](https://semver.org/).
We adhere to the [Semantic Versioning 2.0](https://semver.org/).

## Releasing

Expand Down
10 changes: 5 additions & 5 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Tokio

We've copied and modified some code of [`Tokio`](https://github.com/tokio-rs/tokio).
We really appreciate the work that the `Tokio` team have done.
We really appreciate the work that the `Tokio` team has done.

`Tokio` is licensed under the MIT license, and a copy can be found under the `licenses/tokio` directory.

# Hyper

We've copied and modified some code of [`hyper`](https://github.com/hyperium/hyper).
We really appreciate the work that the `hyper` team have done.
We really appreciate the work that the `hyper` team has done.

`Hyper` is licensed under the MIT license, and a copy can be found under the `licenses/hyper` directory.

# Tonic

We've copied and modified some code of [`tonic`](https://github.com/hyperium/tonic).
We really appreciate the work that the `tonic` team have done.
We really appreciate the work that the `tonic` team has done.

`Tonic` is licensed under the MIT license, and a copy can be found under the `licenses/tonic` directory.

# axum

We've copied and modified some code of [`axum`](https://github.com/tokio-rs/axum).
We really appreciate the work that the `axum` team have done.
We really appreciate the work that the `axum` team has done.

`axum` is licensed under the MIT license, and a copy can be found under the `licenses/axum` directory.

# Actix Web

We've copied and modified some code of [`actix-web`](https://github.com/actix/actix-web).
We really appreciate the work that the `actix-web` team have done.
We really appreciate the work that the `actix-web` team has done.

`actix-web` is licensed under the MIT or Apache-2.0 license, and a copy can be found under the `licenses/actix-web` directory.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Volo-Thrift: <https://www.cloudwego.io/zh/docs/volo/volo-thrift/getting-started/

Volo-gRPC: <https://www.cloudwego.io/zh/docs/volo/volo-grpc/getting-started/>

Volo-HTTP: Work In Progess
Volo-HTTP: Work In Progress

## Examples

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ refused! We are always happy to receive patches for new cool features we haven't
or didn't judge to be a priority. Please however understand that such patches might take longer
for us to review.

## Service Governence
## Service Governance

- [ ] Support OpenSergo

Expand Down

0 comments on commit 51f1e29

Please sign in to comment.