From e291107b2b08c07b54f78a97d45ea5d44e0da2df Mon Sep 17 00:00:00 2001 From: akurasov <86794754+akurasov@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:25:35 +0300 Subject: [PATCH] fixed typo --- tutorials/Desktop_Components/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Desktop_Components/README.md b/tutorials/Desktop_Components/README.md index 7573428255..7bc1f56a99 100644 --- a/tutorials/Desktop_Components/README.md +++ b/tutorials/Desktop_Components/README.md @@ -90,7 +90,7 @@ fun TextBox(text: String = "Item") { } ``` -Scrollbars can be moved by dragging the bars and using the mouse wheel or the touchpad. Horizontal scrolling with the mouse wheel can be performed by side-clicking the whell or by holding down `Shift`. +Scrollbars can be moved by dragging the bars and using the mouse wheel or the touchpad. Horizontal scrolling with the mouse wheel can be performed by side-clicking the wheel or by holding down `Shift`. Scrollbars