From 8fc845415d34f5348573c840898f31c3bfcba6e7 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Sun, 23 Feb 2025 14:25:29 +0000 Subject: [PATCH] docs: typo --- src/ui/draw_blocks/headers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/draw_blocks/headers.rs b/src/ui/draw_blocks/headers.rs index 9ded21e..33ec2f3 100644 --- a/src/ui/draw_blocks/headers.rs +++ b/src/ui/draw_blocks/headers.rs @@ -15,7 +15,7 @@ use crate::{ ui::{FrameData, GuiState, Status, gui_state::Region}, }; -/// Generate a header paragrah with it's width +/// Generate a header paragraph with it's width fn gen_header<'a>( colors: AppColors, fd: &FrameData,