diff --git a/tonic-types/README.md b/tonic-types/README.md index f1e0ca9bd..1f5763463 100644 --- a/tonic-types/README.md +++ b/tonic-types/README.md @@ -19,7 +19,7 @@ and handle them with ease. ## Examples -The examples bellow cover a basic use case of the [gRPC Richer Error Model]. +The examples below cover a basic use case of the [gRPC Richer Error Model]. More complete server and client implementations are provided in the **Richer Error example**, located in the main repo [examples] directory. diff --git a/tonic-types/src/lib.rs b/tonic-types/src/lib.rs index c70079b9a..e9916326e 100644 --- a/tonic-types/src/lib.rs +++ b/tonic-types/src/lib.rs @@ -25,7 +25,7 @@ //! //! # Examples //! -//! The examples bellow cover a basic use case of the [gRPC Richer Error Model]. +//! The examples below cover a basic use case of the [gRPC Richer Error Model]. //! More complete server and client implementations are provided in the //! **Richer Error example**, located in the main repo [examples] directory. //! diff --git a/tonic/src/lib.rs b/tonic/src/lib.rs index 4bcb80d00..88ac07a86 100644 --- a/tonic/src/lib.rs +++ b/tonic/src/lib.rs @@ -25,7 +25,7 @@ //! - `codegen`: Enables all the required exports and optional dependencies required //! for [`tonic-build`]. Enabled by default. //! - `tls-ring`: Enables the [`rustls`] based TLS options for the `transport` feature using -//! the [`ring`]` libcrypto provider. Not enabled by default. +//! the [`ring`] libcrypto provider. Not enabled by default. //! - `tls-aws-lc`: Enables the [`rustls`] based TLS options for the `transport` feature using //! the [`aws-lc-rs`] libcrypto provider. Not enabled by default. //! - `tls-native-roots`: Adds system trust roots to [`rustls`]-based gRPC clients using the