From 7ec2b19bf34477f9b4163cf4654cadbbf0994764 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 29 May 2025 14:55:57 +0200 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Tools/Pandoc.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/MindWork AI Studio/Tools/Pandoc.cs b/app/MindWork AI Studio/Tools/Pandoc.cs index aebcd5ff..6111f766 100644 --- a/app/MindWork AI Studio/Tools/Pandoc.cs +++ b/app/MindWork AI Studio/Tools/Pandoc.cs @@ -18,11 +18,11 @@ public static partial class Pandoc private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 2); /// - /// Checks if pandoc is available on the system and can be started as a process or present in AiStudio's data dir + /// Checks if pandoc is available on the system and can be started as a process or is present in AI Studio's data dir. /// - /// Global rust service to access file system and data dir - /// Controls if snackbars are shown to the user - /// True, if pandoc is available and the minimum required version is met, else False. + /// Global rust service to access file system and data dir. + /// Controls if snackbars are shown to the user. + /// True, if pandoc is available and the minimum required version is met, else false. public static async Task CheckAvailabilityAsync(RustService rustService, bool showMessages = true) { var installDir = await GetPandocDataFolder(rustService); @@ -227,7 +227,7 @@ public static partial class Pandoc } /// - /// Reads the systems architecture to find the correct archive + /// Reads the systems architecture to find the correct archive. /// /// Full URI to the right archive in Pandoc's repository. public static async Task GenerateArchiveUriAsync()