1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Updated script and manifest - minor spelling error.

This commit is contained in:
mike12345567 2021-02-03 14:00:58 +00:00
parent f4c7d3acd7
commit ace80ccb7a
2 changed files with 4 additions and 4 deletions

View file

@ -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"
}
}
}

View file

@ -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