mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
Update templateFunctions.ts
changed the optional argument in for tag from 123 to "Hello World" fixed typo
This commit is contained in:
parent
512630fbae
commit
c2b2434c28
1 changed files with 2 additions and 2 deletions
|
@ -175,10 +175,10 @@ export const TemplateFunctions: TemplateFunction[] = [
|
|||
description: "Returns the return value of an existing tag.",
|
||||
returnValue: "any",
|
||||
arguments: ["tagName", "optionalArgs"],
|
||||
examples: ['tag("tagName", 123)'],
|
||||
examples: ['tag("tagName", "Hello World")'],
|
||||
},
|
||||
{
|
||||
name: "mentions",
|
||||
name: "mention",
|
||||
description: "Converts a user-id into a mention.",
|
||||
returnValue: "string",
|
||||
arguments: ["user-id"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue