0
Fork 0
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:
Miguel Piedrafita 2018-06-11 23:19:07 +02:00 committed by Katharina Irrgang
parent f25f7ac54b
commit 56ef66ccfe

View file

@ -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 = {};