File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ function handleAddDashboardItem() {
141141 }
142142}
143143
144- // Implement Speech Highlighting on Image Boxes
144+ // Implement Word Highlighting
145145function wrapWordsWithSpans ( text ) {
146146 return text
147147 . split ( / \s + / )
@@ -191,7 +191,7 @@ stopButton.addEventListener("click", () => {
191191addButton . addEventListener ( "click" , handleAddDashboardItem ) ;
192192
193193data . forEach ( createBox ) ;
194- // Refactor Voice Loading
194+ // Fix Voice Loading
195195if ( speechSynthesis . getVoices ( ) . length > 0 ) {
196196 populateVoiceList ( ) ;
197197}
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ main {
178178 height : 100% ;
179179}
180180
181- /* Implement Speech Highlighting on Image Boxes */
181+ /* Implement Word Highlighting */
182182
183183.word .highlight {
184184 background-color : var (--ternary-color );
You can’t perform that action at this time.
0 commit comments