diff --git a/crates/bevy_winit/src/lib.rs b/crates/bevy_winit/src/lib.rs index b161d901e2d31..784e569b0ccc2 100644 --- a/crates/bevy_winit/src/lib.rs +++ b/crates/bevy_winit/src/lib.rs @@ -247,7 +247,7 @@ type CreateWindowParams<'w, 's, F = ()> = ( /// /// The `EventLoopProxy` can be used to request a redraw from outside bevy. /// -/// Use `NonSend` to recieve this resource. +/// Use `NonSend` to receive this resource. pub type EventLoopProxy = winit::event_loop::EventLoopProxy; type UserEvent = RequestRedraw;