Skip to content

Commit d2292e8

Browse files
committed
Fix tabs
1 parent 9d82471 commit d2292e8

File tree

2 files changed

+6
-6
lines changed
  • articles/cognitive-services/Speech-Service/includes/quickstarts

2 files changed

+6
-6
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt-multiple-languages/javascript/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<title>Microsoft Cognitive Services Speech SDK JavaScript Quickstart</title>
@@ -101,7 +101,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
101101
<!-- </uidiv> -->
102102

103103
<!-- <speechsdkdiv> -->
104-
<!-- Speech SDK reference sdk. -->
104+
<!-- Speech SDK reference sdk. -->
105105
<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>
106106
<!-- </speechsdkdiv> -->
107107

@@ -132,7 +132,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
132132
<!-- </authorizationfunction> -->
133133

134134
<!-- <quickstartcode> -->
135-
<!-- Speech SDK USAGE -->
135+
<!-- Speech SDK USAGE -->
136136
<script>
137137
// status fields and start button in UI
138138
var resultsDivs;

articles/cognitive-services/Speech-Service/includes/quickstarts/translate-stt/javascript/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
44
<title>Microsoft Cognitive Services Speech SDK JavaScript Quickstart</title>
@@ -82,7 +82,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
8282
<!-- </speechsdkdiv> -->
8383

8484
<!-- <authorizationfunction> -->
85-
<!-- Speech SDK Authorization token -->
85+
<!-- Speech SDK Authorization token -->
8686
<script>
8787
// Note: Replace the URL with a valid endpoint to retrieve
8888
// authorization tokens for your subscription.
@@ -108,7 +108,7 @@ <h1 style="font-weight:500;">Speech Recognition Speech SDK not found (microsoft.
108108
<!-- </authorizationfunction> -->
109109

110110
<!-- <quickstartcode> -->
111-
<!-- Speech SDK USAGE -->
111+
<!-- Speech SDK USAGE -->
112112
<script>
113113
// status fields and start button in UI
114114
var phraseDiv;

0 commit comments

Comments
 (0)