diff --git a/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor.cs b/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor.cs index 901f0851..7c6810a9 100644 --- a/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor.cs +++ b/app/MindWork AI Studio/Dialogs/DocumentCheckDialog.razor.cs @@ -308,7 +308,7 @@ public partial class DocumentCheckDialog : MSGComponentBase /// Called when the user loads a file through this dialog. We don't use a two-way binding here, /// since we have to refresh the preview whenever the content changes. /// - /// The content of the file the user has loaded. + /// The content of the file the user has loaded. private void ApplyLoadedFileContent(string loadedContent) { this.fileContent = loadedContent;