From db9c98c47090b06ced211fc391c37c838f60dc1f Mon Sep 17 00:00:00 2001 From: Mateusz Wachowiak Date: Sat, 9 Mar 2024 14:23:46 +0100 Subject: [PATCH] fix doc --- crates/bevy_dev_tools/src/fps_overlay.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_dev_tools/src/fps_overlay.rs b/crates/bevy_dev_tools/src/fps_overlay.rs index 8aab7da7b1cd7..8f6d88652d2a6 100644 --- a/crates/bevy_dev_tools/src/fps_overlay.rs +++ b/crates/bevy_dev_tools/src/fps_overlay.rs @@ -15,7 +15,7 @@ use bevy_ui::node_bundles::TextBundle; /// A plugin that adds an FPS overlay to the Bevy application. /// Warning: This plugin will add [`FrameTimeDiagnosticsPlugin`] if it wasn't added before. /// -/// Note: It is recommended to use native overlay of the rendering APi when possible. You can do +/// Note: It is recommended to use native overlay of the rendering `API` when possible. You can do /// this by: /// - **Metal**: setting env variable `MTL_HUD_ENABLED=1` pub struct FpsOverlayPlugin {