forked from MapComplete/MapComplete
Fix typo
This commit is contained in:
parent
3bb73425e3
commit
eb03884444
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue