diff --git a/Button.md b/Button.md
index 59ec57b..0d39857 100644
--- a/Button.md
+++ b/Button.md
@@ -9,8 +9,8 @@ Sets the displayed button text
local mainFrame = basalt.createFrame("myFirstFrame"):show()
local aButton = mainFrame:addButton("myFirstButton"):setText("Click"):show() -- you could also use :setValue() instead of :setText() - no difference
````
-**args:** text
-**returns:** the object
+**parameters:** string text
+**returns:** self
# Examples
Add a onClick event: