Fix typos in project description

This commit is contained in:
William Myers 2020-05-25 15:37:46 -06:00
parent de76ff47c9
commit 3bbedd0445
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ name = "async-graphql"
version = "1.13.2"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
description = "The GraphQL server library implemented by rust"
description = "A GraphQL server library implemented in Rust"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
@ -64,4 +64,4 @@ members = [
"async-graphql-warp",
"async-graphql-tide",
"async-graphql-lambda",
]
]

View File

@ -1,4 +1,4 @@
# The GraphQL server library implemented by rust
# A GraphQL server library implemented in Rust
<div align="center">
<!-- CI -->
@ -87,4 +87,4 @@ Licensed under either of
## Contribute
Welcome to contribute !
Welcome to contribute !

View File

@ -1,4 +1,4 @@
//! # The GraphQL server library implemented by rust
//! # A GraphQL server library implemented in Rust
//!
//! <div align="center">
//! <!-- CI -->