From e2b1cca403b86c27a95a83d78f784c7df8a53dba Mon Sep 17 00:00:00 2001
From: Robert Jelic <36573031+NoryiE@users.noreply.github.com>
Date: Thu, 19 May 2022 22:01:57 +0200
Subject: [PATCH] Updated Button (markdown)
---
Button.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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