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)
{