mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo in: core/server/services/apps/index.js (#9673)
no issue - typo in comment
This commit is contained in:
parent
f25f7ac54b
commit
56ef66ccfe
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ var debug = require('ghost-ignition').debug('services:apps'),
|
|||
config = require('../../config'),
|
||||
settingsCache = require('../settings/cache'),
|
||||
loader = require('./loader'),
|
||||
// Internal APps are in config
|
||||
// Internal apps are in config
|
||||
internalApps = config.get('apps:internal'),
|
||||
// Holds the available apps
|
||||
availableApps = {};
|
||||
|
|
Loading…
Add table
Reference in a new issue