diff --git a/lib/JsonLdSolr.js b/lib/JsonLdSolr.js index 51403b3d68a1126f1b6a5687af0f3369c9fdea63..96c3f24f428d71d0d7e4f5d1922b93d607c4da68 100644 --- a/lib/JsonLdSolr.js +++ b/lib/JsonLdSolr.js @@ -9,7 +9,7 @@ class JsonLdSolr { } validateConfig() { - // Dont you hate not knowing what the configuration needs? + // Validate the configuration needs. _.each(this.config, (config) => { assert.strictEqual(_.isObject(config['entryPoints']), true, 'missing entryPoints in configuration'); _.each(config, function (entryPoints) {