Updated script and manifest - minor spelling error.
This commit is contained in:
parent
f4c7d3acd7
commit
ace80ccb7a
|
@ -1097,8 +1097,8 @@
|
|||
"format"
|
||||
],
|
||||
"numArgs": 2,
|
||||
"example": "{{date now \"YYYY\"}}",
|
||||
"description": "<p>Format a date using moment.js data formatting.</p>\n"
|
||||
"example": "{{date now \"DD-MM-YYYY\"}}",
|
||||
"description": "<p>Format a date using moment.js date formatting.</p>\n"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -139,8 +139,8 @@ function run() {
|
|||
date: {
|
||||
args: ["datetime", "format"],
|
||||
numArgs: 2,
|
||||
example: '{{date now "YYYY"}}',
|
||||
description: "Format a date using moment.js data formatting.",
|
||||
example: '{{date now "DD-MM-YYYY"}}',
|
||||
description: "Format a date using moment.js date formatting.",
|
||||
},
|
||||
}
|
||||
// convert all markdown to HTML
|
||||
|
|
Loading…
Reference in New Issue