From 151aa6089748eab5e7b21d8dfca9e0e2cd9a85ae Mon Sep 17 00:00:00 2001 From: int <118924562+Dismalitie@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:41:43 +0000 Subject: [PATCH] Fix typo in Slider documentation (#4420) --- docfx/docs/views.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docfx/docs/views.md b/docfx/docs/views.md index 77490fae4..eb36ba2e4 100644 --- a/docfx/docs/views.md +++ b/docfx/docs/views.md @@ -518,7 +518,7 @@ Demo Text ## [Slider\](~/api/Terminal.Gui.Views.Slider-1.yml) -Provides a tpe-safe slider control letting the user navigate from a set of typed options in a linear manner using the keyboard or mouse. +Provides a type-safe slider control letting the user navigate from a set of typed options in a linear manner using the keyboard or mouse.