Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Oct 11, 2022
1 parent 2b92a52 commit 3a18a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6731,7 +6731,7 @@ bool MainWindow::insertAttachment(QFile *file, const QString &title) {

if (!text.isEmpty()) {
ScriptingService *scriptingService = ScriptingService::instance();
// attempts to ask a script for another markdown text
// attempts to ask a script for another Markdown text
text = scriptingService->callInsertAttachmentHook(file, text);
qDebug() << __func__ << " - 'text': " << text;

Expand Down

0 comments on commit 3a18a22

Please sign in to comment.