mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
fix: typo misspelling grammar (#1091)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user