From a5ce03ea226e8024fc983f4a81b15456c5c80119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20R=C3=B8nn-Jensen?= Date: Mon, 20 May 2019 12:35:15 +0200 Subject: [PATCH] fix typo: "mor" -> "more" --- lib/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init.js b/lib/init.js index a9a144b..3643735 100644 --- a/lib/init.js +++ b/lib/init.js @@ -13,7 +13,7 @@ export default { title: 'Format (date)', description: [ 'Placeholders: `YYYY` (year), `MM` (month), `DD` (day), `HH` (hours), `mm` (minutes).', - 'See [momentjs documentation](http://momentjs.com/docs/#/parsing/string-format/) for mor information.', + 'See [momentjs documentation](http://momentjs.com/docs/#/parsing/string-format/) for more information.', ].join('
'), type: 'string', default: 'YYYY-MM-DD',