From f05b7c57bc47bb83c3dcc648fdcd32f401c95822 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 14 May 2024 16:32:18 +0200 Subject: [PATCH] Typos in texts corrected --- workflows/energy_plus/module/module.js | 2 +- workflows/meb/main.html | 2 +- workflows/meb/module/module.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/workflows/energy_plus/module/module.js b/workflows/energy_plus/module/module.js index 93f923d..1e18c01 100644 --- a/workflows/energy_plus/module/module.js +++ b/workflows/energy_plus/module/module.js @@ -58,7 +58,7 @@ exports.run = async (application, param, tmp_path) => { } else if (response.status == 400) { console.log('invalid request') - error = `

${application}


Most likely there are an issue with either your geometry file, your parameters or both` + error = `

${application}


Most likely, there is an issue with either your geometry file, your parameters or both` } else if (response.status == 500) { console.log('API Error') diff --git a/workflows/meb/main.html b/workflows/meb/main.html index 27ca1dd..bcef8a6 100644 --- a/workflows/meb/main.html +++ b/workflows/meb/main.html @@ -17,7 +17,7 @@ a result, it provides the energy and electrical demand, the energy consumption and the peak loads for heating, cooling, lighting and appliances.
All of these results are provided on both a monthly and a yearly basis.
-
the design of this workflow, the following assumptions are made:
+
In the design of this workflow, the following assumptions are made: