From 4f3ecfbadb719841f7d849d8f61f433dfdde4a53 Mon Sep 17 00:00:00 2001 From: tigeryfan Date: Thu, 28 Nov 2024 20:55:21 +0800 Subject: [PATCH] Fix minor typo --- Boop/Documentation/CustomScripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boop/Documentation/CustomScripts.md b/Boop/Documentation/CustomScripts.md index e419eeb6..1c996ad4 100644 --- a/Boop/Documentation/CustomScripts.md +++ b/Boop/Documentation/CustomScripts.md @@ -87,7 +87,7 @@ Script executions objects have a few functions that can be used to interact with ##### Editing -In version 1.2.O an above, the `insert()` function takes in a single string argument, and inserts it at the caret position. If there is a selected piece of text, it will be replaced with the provided string. +In version 1.2.0 and above, the `insert()` function takes in a single string argument, and inserts it at the caret position. If there is a selected piece of text, it will be replaced with the provided string. ```js