diff --git a/Button.md b/Button.md index 0d39857..29f4b7c 100644 --- a/Button.md +++ b/Button.md @@ -9,7 +9,7 @@ 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 ```` -**parameters:** string text
+**Arguments:** string text
**returns:** self
# Examples