mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Swapped to American English spellings
refs 16728a3ef1
- Same reason as in refed commit, ltdc:
- Traditionally all of Ghost's public-facing text was written in British English
- We're changing that to US English because that's more common
- US English should also be used in code e.g. properties are called color not colour
This commit is contained in:
parent
fc754c980f
commit
ce1711735f
@ -162,7 +162,7 @@ async function initDynamicRouting() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Services are components that make up part of Ghost and need initialising on boot
|
||||
* Services are components that make up part of Ghost and need initializing on boot
|
||||
* These services should all be part of core, frontend services should be loaded with the frontend
|
||||
* We are working towards this being a service loader, with the ability to make certain services optional
|
||||
*
|
||||
@ -206,7 +206,7 @@ async function initServices({config}) {
|
||||
]);
|
||||
debug('End: Services');
|
||||
|
||||
// Initialise analytics events
|
||||
// Initialize analytics events
|
||||
if (config.get('segment:key')) {
|
||||
require('./server/analytics-events').init();
|
||||
}
|
||||
@ -295,7 +295,7 @@ async function bootGhost() {
|
||||
require('@tryghost/version');
|
||||
debug('End: Load version info');
|
||||
|
||||
// Sentry must be initialised early, but requires config
|
||||
// Sentry must be initialized early, but requires config
|
||||
debug('Begin: Load sentry');
|
||||
require('./shared/sentry');
|
||||
debug('End: Load sentry');
|
||||
|
Loading…
Reference in New Issue
Block a user