From 2a0bf8629b5625a134061828891bdc135af76e98 Mon Sep 17 00:00:00 2001 From: SeaSide53 Date: Sun, 4 Jun 2023 15:34:29 +0200 Subject: [PATCH] More typos --- docs/objects/Frame/addObject.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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