From decfcf346d7f329dbee3e82aa139757582d56d47 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Wed, 18 Dec 2024 14:36:23 +0100 Subject: [PATCH] doc: fix typo Signed-off-by: Patrizio Bekerle --- webpage/src/scripting/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webpage/src/scripting/README.md b/webpage/src/scripting/README.md index 8f7970a991..6102612936 100644 --- a/webpage/src/scripting/README.md +++ b/webpage/src/scripting/README.md @@ -8,8 +8,8 @@ import QOwnNotesTypes 1.0 Script { /** - * Will be run when the scripting engine initializes - */ + * Will be run when the scripting engine initializes + */ function init() { script.log("Hello world!"); }