diff --git a/src/lib.rs b/src/lib.rs index 41c81969..c794dbeb 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -632,7 +632,7 @@ impl OctocrabBuilder /// Build a [`Client`] instance with the current [`Service`] stack. #[cfg(feature = "default-client")] - #[cfg_attr(docsrs, doc(cfg(feature = "defaut-client")))] + #[cfg_attr(docsrs, doc(cfg(feature = "default-client")))] pub fn build(self) -> Result { let client: hyper_util::client::legacy::Client<_, OctoBody> = { #[cfg(all(not(feature = "opentls"), not(feature = "rustls")))]