From 9b3d5df603ca7aa100d93b5d9e2118b108c1d778 Mon Sep 17 00:00:00 2001 From: Maarten Heremans Date: Thu, 4 Apr 2024 17:16:48 +0200 Subject: [PATCH] Fix documentation typo --- screen/widget.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen/widget.go b/screen/widget.go index 3c22de3..49c6c37 100644 --- a/screen/widget.go +++ b/screen/widget.go @@ -148,7 +148,7 @@ const ( // - localized: If the text represents a localization key // - binding: The databinding for the label // - options: The options for the label - // - allignment: The alignment option for the label + // - alignment: The alignment option for the label // - wrapping: The wrapping option for the label // - textStyle: The text style option for the label // - truncation: The truncation option for the label