mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
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:
parent
298a88ef40
commit
94050d37cd
@ -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.',
|
||||
|
Loading…
Reference in New Issue
Block a user