diff --git a/crates/gpui/src/platform.rs b/crates/gpui/src/platform.rs index d10f386419bc0e534d826fffda394fa9c76b7979..746c0aa00c49d2997e7b16dd7f8b9a862e657774 100644 --- a/crates/gpui/src/platform.rs +++ b/crates/gpui/src/platform.rs @@ -940,11 +940,11 @@ pub enum CursorStyle { ResizeUpRightDownLeft, /// A cursor indicating that the item/column can be resized horizontally. - /// corresponds to the CSS curosr value `col-resize` + /// corresponds to the CSS cursor value `col-resize` ResizeColumn, /// A cursor indicating that the item/row can be resized vertically. - /// corresponds to the CSS curosr value `row-resize` + /// corresponds to the CSS cursor value `row-resize` ResizeRow, /// A text input cursor for vertical layout