Skip to content

Commit 5835ada

Browse files
authored
Update index.js
1 parent 52503c2 commit 5835ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ function onResize() {
436436
window.addEventListener("resize", onResize)
437437

438438
const displayHeap = () => {
439-
btHeapBtn.textContent = "Binar yTree Visualizer";
439+
btHeapBtn.textContent = "Binary Tree Visualizer";
440440
header.textContent = "Heap Visualizer";
441441
const selectHeap = document.createElement("select");
442442
selectHeap.id = "select_heap";

0 commit comments

Comments
 (0)