Skip to content

Commit

Permalink
Grammar fix (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshkVFX authored Nov 3, 2024
1 parent be47eeb commit ffbf066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ and can be used to make requests via the SDK from any of Bevy's threads.
The plugin will automatically call `SingleClient::run_callbacks` on the Bevy
every tick in the `First` schedule, so there is no need to run it manually.

All callbacks are forwarded as `Events` and can be listened to in the a
All callbacks are forwarded as `Events` and can be listened to in a
Bevy idiomatic way:

```rust no_run
Expand Down

0 comments on commit ffbf066

Please sign in to comment.