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()