Browse Source

fix: typo misspelling grammar (#1091)

pull/1048/head
arfy slowy 3 years ago committed by GitHub
parent
commit
03617c199d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tutorials/Context_Menu/README.md

4
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

Loading…
Cancel
Save