diff --git a/docs/cargo_features.md b/docs/cargo_features.md index c2f0fdc1a7..d461bdf6cb 100644 --- a/docs/cargo_features.md +++ b/docs/cargo_features.md @@ -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.|