Fixed comma dangle

refs https://linear.app/tryghost/issue/CORE-35/refactor-route-and-redirect-settings

- Stray comma was introduced in previous commit
This commit is contained in:
Naz 2021-09-30 18:22:25 +02:00
parent 298a88ef40
commit 94050d37cd

View File

@ -5,7 +5,7 @@ const errors = require('@tryghost/errors');
const messages = {
parsingError: {
message: 'Could not parse provided YAML file: {context}.',
help: 'Check provided file for typos and fix the named issues.',
help: 'Check provided file for typos and fix the named issues.'
},
invalidYamlFormat: {
message: 'YAML input cannot be a plain string. Check the format of your YAML file.',