From 56ef66ccfe08089f7d44a0629346b235129c8b29 Mon Sep 17 00:00:00 2001 From: Miguel Piedrafita Date: Mon, 11 Jun 2018 23:19:07 +0200 Subject: [PATCH] Fixed typo in: core/server/services/apps/index.js (#9673) no issue - typo in comment --- core/server/services/apps/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/server/services/apps/index.js b/core/server/services/apps/index.js index 1369943781..4972444b0d 100644 --- a/core/server/services/apps/index.js +++ b/core/server/services/apps/index.js @@ -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 = {};