From 673449aa823394d224815b8cc168e059e4c4ebe1 Mon Sep 17 00:00:00 2001 From: Johnathan Walker <12262567+j7nw4r@users.noreply.github.com> Date: Mon, 6 Mar 2023 06:09:23 -0500 Subject: [PATCH] docs: fix wording on main docs page (#1765) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 4228c8429..dddcdf114 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -156,7 +156,7 @@ //! //! - Additional X509 certificates can be configured on a `ClientBuilder` with the //! [`Certificate`](Certificate) type. -//! - Client certificates can be add to a `ClientBuilder` with the +//! - Client certificates can be added to a `ClientBuilder` with the //! [`Identity`][Identity] type. //! - Various parts of TLS can also be configured or even disabled on the //! `ClientBuilder`.