diff --git a/crates/provider/src/provider/trait.rs b/crates/provider/src/provider/trait.rs index 04e3e5ed0dd0..5585ab5e5304 100644 --- a/crates/provider/src/provider/trait.rs +++ b/crates/provider/src/provider/trait.rs @@ -487,7 +487,7 @@ pub trait Provider: } /// - /// This method allows [`ProviderLayer`] and [`TxFiller`] to bulid the + /// This method allows [`ProviderLayer`] and [`TxFiller`] to build the /// transaction and send it to the network without changing user-facing /// APIs. Generally implementors should NOT override this method. ///