diff --git a/crates/eframe/src/epi.rs b/crates/eframe/src/epi.rs index 95ed9fea..3d9867a6 100644 --- a/crates/eframe/src/epi.rs +++ b/crates/eframe/src/epi.rs @@ -217,7 +217,7 @@ pub enum HardwareAcceleration { /// Options controlling the behavior of a native window. /// -/// Addintional windows can be opened using (egui viewports)[`egui::viewport`]. +/// Additional windows can be opened using (egui viewports)[`egui::viewport`]. /// /// Set the window title and size using [`Self::viewport`]. ///