More typos

This commit is contained in:
SeaSide53
2023-06-04 15:34:29 +02:00
parent d8634b3ba4
commit 2a0bf8629b

View File

@@ -1,9 +1,9 @@
## add<Object> ## add<Object>
Adds a new object. Don't use add<Object> please use addTheObjectYouNeed For example if you want a new Frame, use Adds a new object. Don't use add<Object> please use addTheObjectYouNeed. For example if you want a new Frame, use
addFrame, if you want to add a button, use addButton addFrame, if you want to add a button, use addButton.
#### Parameters: #### Parameters:
1. `string` optional - the id if you don't add a id it will autimatically generate one for you 1. `string` optional - the id if you don't add a id it will automatically generate one for you
#### Returns: #### Returns:
1. `object` The new object you've created 1. `object` The new object you've created