Fix minor typos

This commit is contained in:
Yuri Chornoivan
2024-04-13 08:47:48 +03:00
parent 335c012f1b
commit 55caf84b94
6 changed files with 7 additions and 7 deletions

View File

@@ -91,7 +91,7 @@ class ChatDocumentHandler : public QObject
Q_PROPERTY(CompletionModel *completionModel READ completionModel CONSTANT)
/**
* @brief The current room that the the text document is being handled for.
* @brief The current room that the text document is being handled for.
*/
Q_PROPERTY(NeoChatRoom *room READ room WRITE setRoom NOTIFY roomChanged)