Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed grammatical mistake in collider_creation_and_insertion.mdx #109

Merged
merged 1 commit into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ rigid-body being affected by collisions. The collider's position will be automat
of the rigid-body it is attached to. There are two ways of attaching a collider to a rigid-body. The second
way allows you to attach multiple colliders to the same rigid-body:
1. Attach the `Collider` to the same entity as the `RigidBody`.
2. Attach the `Collider` to an entity that is a children of the entity containing the `RigidBody`.
2. Attach the `Collider` to an entity that is a child of the entity containing the `RigidBody`.

```rust
<load path='/2d/bevy/examples/colliders2.rs' marker='Creation2' />
Expand Down Expand Up @@ -125,4 +125,4 @@ values={[
</TabItem>
</Tabs>

</js>
</js>