diff --git a/ratatui/src/terminal/terminal.rs b/ratatui/src/terminal/terminal.rs index 423942ee..0fa6659b 100644 --- a/ratatui/src/terminal/terminal.rs +++ b/ratatui/src/terminal/terminal.rs @@ -271,7 +271,7 @@ where /// - return a [`CompletedFrame`] with the current buffer and the area of the terminal /// /// The [`CompletedFrame`] returned by this method can be useful for debugging or testing - /// purposes, but it is often not used in regular applicationss. + /// purposes, but it is often not used in regular applications. /// /// The render callback should fully render the entire frame when called, including areas that /// are unchanged from the previous frame. This is because each frame is compared to the @@ -339,7 +339,7 @@ where /// [`std::io::Error`] and the terminal will not be updated. /// /// The [`CompletedFrame`] returned by this method can be useful for debugging or testing - /// purposes, but it is often not used in regular applicationss. + /// purposes, but it is often not used in regular applications. /// /// The render callback should fully render the entire frame when called, including areas that /// are unchanged from the previous frame. This is because each frame is compared to the