From d27937e2d0d14951534d3d51193e3aed27073b2e Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 8 Mar 2022 17:24:27 +0100 Subject: [PATCH] normalize "menu" word letter-case --- kotlin_demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin_demo/README.md b/kotlin_demo/README.md index 4c523c277..e17afc477 100644 --- a/kotlin_demo/README.md +++ b/kotlin_demo/README.md @@ -5,7 +5,7 @@ Simple Kotlin Demo project is an example of a minimal Kotlin-based plugin that provides the most straightforward action implemented by the [HelloAction.kt][file:HelloAction] Kotlin class. -Action, added to the Main Menu, shows a message dialog when invoked. +Action, added to the main menu, shows a message dialog when invoked. ### Actions