diff --git a/Frame.md b/Frame.md
index abdc3fd..98fd5c3 100644
--- a/Frame.md
+++ b/Frame.md
@@ -93,9 +93,9 @@ local mainFrame = myFrame:setBar("Hello World!"):showBar()
Returns true if the user is currently holding the respective key down
#### Parameters:
-1. `number | string` - number can be any os.queueEvent("key") key, or instead of int you can use the following strings: "shift", "ctrl", "alt"
+1. `number | string` - Any os.queueEvent("key") key, or you can use the following strings: "shift", "ctrl", "alt"
#### Returns:
-1. `boolean` - if the user is holding the key down
+1. `boolean` - Whether the user is holding the key down
#### Usage:
* Checks if the "shift" modifier is active on the myFrame frame
````lua