From 30b95fda031b95a795ab2d6fa732ff2d34aaec2b Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 1 Oct 2018 08:46:11 +0000
Subject: [PATCH] OSB-6: Add description to the json file

---
 LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json b/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
index eee666c5c86..eb63b633c2b 100644
--- a/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
+++ b/LCU/Maintenance/MDB_WebView/maintenancedb_view/package.json
@@ -1,7 +1,7 @@
 {
 	"name": "maintenancedb_view",
 	"version": "0.1.0",
-	"description": "Webpage used to display the content of the maintenance db",
+	"description": "WebPage used to display the content of the maintenance db",
 	"scripts": {
 		"flow": "flow",
 		"build-css": "node-sass-chokidar src/ -o src/",
-- 
GitLab