diff --git a/crates/bevy_scene/src/bundle.rs b/crates/bevy_scene/src/bundle.rs index e47e198728390..a0b27b44d0a0e 100644 --- a/crates/bevy_scene/src/bundle.rs +++ b/crates/bevy_scene/src/bundle.rs @@ -20,7 +20,7 @@ pub struct SceneInstance(InstanceId); /// A component bundle for a [`Scene`] root. /// -/// The scene from `scene` will be spawn as a child of the entity with this component. +/// The scene from `scene` will be spawned as a child of the entity with this component. /// Once it's spawned, the entity will have a [`SceneInstance`] component. #[derive(Default, Bundle)] pub struct SceneBundle {