diff --git a/crates/ui2/src/components/button/button_like.rs b/crates/ui2/src/components/button/button_like.rs index bd4e9cd523d7d4f407f07e9cb501dc53e6f2aad7..19fa2b48a4c4768473df078c161873a55d488498 100644 --- a/crates/ui2/src/components/button/button_like.rs +++ b/crates/ui2/src/components/button/button_like.rs @@ -10,7 +10,7 @@ pub trait ButtonCommon: Clickable + Disableable { /// The visual style of the button. /// - /// Mosty commonly will be [`ButtonStyle::Subtle`], or [`ButtonStyle::Filled`] + /// Most commonly will be [`ButtonStyle::Subtle`], or [`ButtonStyle::Filled`] /// for an emphasized button. fn style(self, style: ButtonStyle) -> Self;