File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and handle them with ease.
1919
2020## Examples
2121
22- The examples bellow cover a basic use case of the [ gRPC Richer Error Model] .
22+ The examples below cover a basic use case of the [ gRPC Richer Error Model] .
2323More complete server and client implementations are provided in the
2424** Richer Error example** , located in the main repo [ examples] directory.
2525
Original file line number Diff line number Diff line change 2525//!
2626//! # Examples
2727//!
28- //! The examples bellow cover a basic use case of the [gRPC Richer Error Model].
28+ //! The examples below cover a basic use case of the [gRPC Richer Error Model].
2929//! More complete server and client implementations are provided in the
3030//! **Richer Error example**, located in the main repo [examples] directory.
3131//!
Original file line number Diff line number Diff line change 2525//! - `codegen`: Enables all the required exports and optional dependencies required
2626//! for [`tonic-build`]. Enabled by default.
2727//! - `tls-ring`: Enables the [`rustls`] based TLS options for the `transport` feature using
28- //! the [`ring`]` libcrypto provider. Not enabled by default.
28+ //! the [`ring`] libcrypto provider. Not enabled by default.
2929//! - `tls-aws-lc`: Enables the [`rustls`] based TLS options for the `transport` feature using
3030//! the [`aws-lc-rs`] libcrypto provider. Not enabled by default.
3131//! - `tls-native-roots`: Adds system trust roots to [`rustls`]-based gRPC clients using the
You can’t perform that action at this time.
0 commit comments