diff --git a/parsers/json2html.ps1 b/parsers/json2html.ps1
index fb3bf1c..c50e660 100644
--- a/parsers/json2html.ps1
+++ b/parsers/json2html.ps1
@@ -391,7 +391,7 @@ try {
$HTML_PATH = $(Read-Host "HTML Path")
}
catch {
- Write-Host "Error: Please pass the peas.out file and the path to save the html`njson2html.ps1 "
+ Write-Host "Error: Please pass the peas.out file and the path to save the html"
exit
}