From eb03884444f7edd052ba45ee7a68d94ac5a4a365 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 10 Jul 2024 11:40:09 +0200 Subject: [PATCH] Fix typo --- src/UI/Popup/Notes/CloseNoteButton.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Popup/Notes/CloseNoteButton.ts b/src/UI/Popup/Notes/CloseNoteButton.ts index 4eafdc35e..657f0f97f 100644 --- a/src/UI/Popup/Notes/CloseNoteButton.ts +++ b/src/UI/Popup/Notes/CloseNoteButton.ts @@ -17,7 +17,7 @@ export class CloseNoteButton implements SpecialVisualization { public readonly funcName = "close_note" public readonly needsUrls = [Constants.osmAuthConfig.url] public readonly docs = - "Button to close a note. A predifined text can be defined to close the note with. If the note is already closed, will show a small text." + "Button to close a note. A predefined text can be defined to close the note with. If the note is already closed, will show a small text." public readonly args = [ { name: "text",