Fixes spelling in config file

This commit is contained in:
Moritz Kröger 2019-04-10 09:26:11 +01:00
parent bd86d61b6f
commit f52016c76b

View file

@ -44,7 +44,7 @@ const pageUrl = () => ({
label: '[Meta] Page URL',
name: 'url',
widget: 'string',
hint: 'An optional, localised URL which will be used for this page (e.g. https://euromat.info/#/<PAGE_URL>',
hint: 'An optional, localised URL which will be used for this page (e.g. https://euromat.info/#/<PAGE_URL>)',
optional: true
})