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 funcName = "close_note"
|
||||||
public readonly needsUrls = [Constants.osmAuthConfig.url]
|
public readonly needsUrls = [Constants.osmAuthConfig.url]
|
||||||
public readonly docs =
|
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 = [
|
public readonly args = [
|
||||||
{
|
{
|
||||||
name: "text",
|
name: "text",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue