mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue