diff --git a/crates/warp_server_client/src/cloud_object/mod.rs b/crates/warp_server_client/src/cloud_object/mod.rs index 77e65401..36432701 100644 --- a/crates/warp_server_client/src/cloud_object/mod.rs +++ b/crates/warp_server_client/src/cloud_object/mod.rs @@ -544,7 +544,7 @@ pub struct CloudObjectMetadata { pub pending_changes_statuses: CloudObjectStatuses, pub trashed_ts: Option, pub folder_id: Option, - /// Welcome objects are created on the server when a user first recieves + /// Welcome objects are created on the server when a user first receives /// access to Warp Drive as part of onboarding. pub is_welcome_object: bool, pub last_editor_uid: Option,