diff --git a/docs/objects/Frame/addObject.md b/docs/objects/Frame/addObject.md index b025eda..faa903b 100644 --- a/docs/objects/Frame/addObject.md +++ b/docs/objects/Frame/addObject.md @@ -1,9 +1,9 @@ ## add<Object> -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 +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. #### 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: 1. `object` The new object you've created