From 73a8d1ecdf0341ed83fb2ea24bc94906cb25433e Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 21 Aug 2021 00:35:51 +0200 Subject: [PATCH] Updated Guide (markdown) --- Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Guide.md b/Guide.md index 8414623..7b115bf 100644 --- a/Guide.md +++ b/Guide.md @@ -73,7 +73,7 @@ namespace DesktopMagicPlugin private void TextBox_OnValueChanged() { - Application.UpdateWindow(); //Update the pugin window. (Calls the "Main" method.) + Application.UpdateWindow(); //Update the plugin window. (Calls the "Main" method.) } public override Bitmap Main()