diff --git a/src/request.rs b/src/request.rs index 8142812..134895b 100644 --- a/src/request.rs +++ b/src/request.rs @@ -5,7 +5,7 @@ use axum::{extract::FromRequestParts, http::request::Parts}; /// See for more information. #[derive(Debug, Clone, Copy, PartialEq)] pub enum HtmxRequestHeader { - /// Indicates that the request is via an element using `hx-boost` attribute. + /// Indicates that the request is via an element using `hx-boost` attribute. /// /// See for more information. Boosted,