8000 bug fix · rohitkrai03/JavaScript30@4578686 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4578686

Browse files
committed
bug fix
1 parent 00445cc commit 4578686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20 - Speech Detection/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2 class="heading">Bro Counter <span class='odometer'>0</span></h2>
3838
const broSpan = '<span class="hl">Bro =></span> <img src="bro.jpeg" class="bro"></img>'
3939

4040
let content = transcript.replace(broRegex, broSpan);
41-
content = transcript.replace(sagarRegex, broSpan);
41+
content = content.replace(sagarRegex, broSpan);
4242
p.innerHTML = content;
4343

4444

0 commit comments

Comments
 (0)
0