From 02630db5c1a765a66bf5cdbc67bde2dc9235cca3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 8 Dec 2025 21:04:07 +0100 Subject: [PATCH] Spelling --- app/MindWork AI Studio/Tools/UserFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Tools/UserFile.cs b/app/MindWork AI Studio/Tools/UserFile.cs index e3299b39..14fc0fb4 100644 --- a/app/MindWork AI Studio/Tools/UserFile.cs +++ b/app/MindWork AI Studio/Tools/UserFile.cs @@ -15,7 +15,7 @@ public static class UserFile /// Attempts to load the content of a file at the specified path, ensuring Pandoc is installed and available before proceeding. /// /// The full path to the file to be read. Must not be null or empty. - /// Rustservice used to read file content. + /// Rust service used to read file content. /// Dialogservice used to display the Pandoc installation dialog if needed. public static async Task LoadFileData(string filePath, RustService rustService, IDialogService dialogService) {