From 591e34beae24d86b53484dde8b4490884dbed6e2 Mon Sep 17 00:00:00 2001
From: Mattia Mancini <mancini@astron.nl>
Date: Mon, 1 Oct 2018 08:47:31 +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 eb63b633c2b..e627edca0bb 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 meant to display the content of the maintenance db",
 	"scripts": {
 		"flow": "flow",
 		"build-css": "node-sass-chokidar src/ -o src/",
-- 
GitLab