diff --git a/html/src/vr.js b/html/src/vr.js
index f575949c..bdcc9b54 100644
--- a/html/src/vr.js
+++ b/html/src/vr.js
@@ -1021,7 +1021,7 @@ speechSynthesis.getVoices();
theme: this.config.notificationTheme,
timeout: this.config.notificationTimeout,
layout: this.config.notificationPosition,
- text: text
+ text
}).show();
}
}