diff --git a/crates/gpui/src/platform.rs b/crates/gpui/src/platform.rs index 50cfce5aae4dbf32c30e5486197b62c6cfe5a645..f368b3c35091db7b65a3450637c328b8e37ed406 100644 --- a/crates/gpui/src/platform.rs +++ b/crates/gpui/src/platform.rs @@ -654,7 +654,7 @@ pub enum CursorStyle { /// corresponds to the CSS cursor value `row-resize` ResizeUpDown, - /// A cursor indicating that something will dissappear if moved here + /// A cursor indicating that something will disappear if moved here /// Does not correspond to a CSS cursor value DisappearingItem,