From 1bc11b5a30e82afd19a3a79527d1e393cfb379be Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Sat, 2 Apr 2022 09:30:48 +0200
Subject: [PATCH] Updated Dropdown (markdown)
---
Dropdown.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dropdown.md b/Dropdown.md
index 37f390b..781ed9a 100644
--- a/Dropdown.md
+++ b/Dropdown.md
@@ -39,7 +39,7 @@ aDropDown:removeItem(2)
**returns:** the object
## setActiveItemBackground
-Sets the background of the item if its currently selected
+Sets the background of the item which is currently selected
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()
@@ -53,7 +53,7 @@ aDropDown:setActiveItemBackground(colors.green)
**returns:** the object
## setActiveItemForeground
-Sets the foreground of the item if its currently selected
+Sets the foreground of the item which is currently selected
````lua
local mainFrame = NyoUI.createFrame("myFirstFrame"):show()