Use the correct form of verbs in a sentence.

Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
andriyDev 2025-07-08 23:57:54 -07:00 committed by GitHub
parent 2254805e8f
commit 041e864fb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ with systems! This has several benefits:
`DeferredLightingLayout`.
We want developers to become more familiar and comfortable with Bevy's rendering stack, and hope
that bring the renderer closer to regular ECS code will encourage that. Code that previously looked
that bringing the renderer closer to regular ECS code will encourage that. Code that previously looked
like this (in Bevy 0.16):
```rust