From 93d5334e1922b04a8036e5b6c5aa1d3f375bc473 Mon Sep 17 00:00:00 2001
From: Moises Sacal <moisbo@gmail.com>
Date: Mon, 3 Jun 2019 13:19:02 +1000
Subject: [PATCH] updated validate config

---
 lib/JsonLdSolr.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/JsonLdSolr.js b/lib/JsonLdSolr.js
index 51403b3..96c3f24 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) {
-- 
GitLab