Skip to content

Commit 811408d

Browse files
authored
Fix stray backticks in speech-synthesis (#44)
https://chatgpt.com/s/cd_687fc7bf63e881919051e0e74967192d
1 parent 37764c8 commit 811408d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

speech-synthesis.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
<div class="container">
160160
<h1>Speech synthesis tester</h1>
161161

162-
```
163162
<div class="form-group">
164163
<label for="textInput">Text to speak:</label>
165164
<textarea id="textInput" placeholder="Enter text to be spoken...">Hello, this is a test of the speech synthesis API!</textarea>
@@ -198,7 +197,6 @@ <h1>Speech synthesis tester</h1>
198197
</div>
199198

200199
<div class="status ready" id="status">Ready to speak</div>
201-
```
202200

203201
</div>
204202

0 commit comments

Comments
 (0)