mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fix config.example.js typo
Changed "blogs" to "blog's" on line 33
This commit is contained in:
parent
71e8bdfab9
commit
0b474d8486
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ config = {
|
|||
// ### Development **(default)**
|
||||
development: {
|
||||
// The url to use when providing links to the site, E.g. in RSS and email.
|
||||
// Change this to your Ghost blogs published URL.
|
||||
// Change this to your Ghost blog's published URL.
|
||||
url: 'http://localhost:2368',
|
||||
|
||||
// Example mail config
|
||||
|
|
Loading…
Reference in a new issue