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