From 6d82d7a1db52652ebea25b05ef27dfcd0506157c Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Thu, 25 May 2023 13:27:31 +0100 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --- docs/widgets/selection_list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/selection_list.md b/docs/widgets/selection_list.md index 4662d9c77..cb22e048f 100644 --- a/docs/widgets/selection_list.md +++ b/docs/widgets/selection_list.md @@ -101,7 +101,7 @@ collection of selected values: --8<-- "docs/examples/widgets/selection_list_selected.py" ~~~ - 1. Note that the `SelectionList` is typed as `str`, for the type of the vlaues. + 1. Note that the `SelectionList` is typed as `str`, for the type of the values. === "selection_list.css"