diff --git a/condClick.js b/condClick.js
index 8f667d561b8801ec5f22ed69f7d589e6bcb857be..8be8d0636aacb1860adc30ca11be73dfdb7c99ff 100644
--- a/condClick.js
+++ b/condClick.js
@@ -1,3 +1,3 @@
 function displayHelloWorld() {
-            document.getElementById('output').innerText = "Hello, World!";
+            document.getElementById('condClickOutput').innerText = "Hello, World!";
         }