From 03617c199d4aeb72411e52aa87a2b4574032e996 Mon Sep 17 00:00:00 2001 From: arfy slowy Date: Mon, 23 Aug 2021 02:35:43 +0700 Subject: [PATCH] fix: typo misspelling grammar (#1091) --- tutorials/Context_Menu/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/Context_Menu/README.md b/tutorials/Context_Menu/README.md index 9ea5695b07..14409aeeae 100644 --- a/tutorials/Context_Menu/README.md +++ b/tutorials/Context_Menu/README.md @@ -105,8 +105,8 @@ fun main() = singleWindowApplication(title = "Context menu") { ``` In this example Text/TextField context menus will be extended with two additional items. -## Context menu for an arbitary area -There is a possibility to create a context menu for an arbitary application window area. This is implemented using ContextMenuArea API that is +## Context menu for an arbitrary area +There is a possibility to create a context menu for an arbitrary application window area. This is implemented using ContextMenuArea API that is similar to ContextMenuDataProvider. ```kotlin