Typo fix: "wit" -> "with". (#1876)

This commit is contained in:
follower 2021-04-13 20:02:20 +00:00
parent dae8357057
commit 50df6b61f2

View file

@ -20,7 +20,7 @@
|feature name|description|
|-|-|
|trace|Enables system tracing (useful in tandem wit a feature like trace_chrome).|
|trace|Enables system tracing (useful in tandem with a feature like trace_chrome).|
|trace_chrome|Enables [tracing-chrome](https://github.com/thoren-d/tracing-chrome) as bevy_log output. This allows you to visualize system execution.|
|wgpu_trace|For tracing wgpu.|
|flac|FLAC audio format support. It's included in bevy_audio feature.|