Skip to content

Commit aa959cc

Browse files
georgebohnischgehrisandro
authored andcommitted
Update README.md
Fix typo.
1 parent 2e74904 commit aa959cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $response = $client->audio()->transcribe([
188188
$response->task; // 'transcribe'
189189
$response->language; // 'english'
190190
$response->duration; // 2.95
191-
$reponse->text; // 'Hello, how are you?'
191+
$response->text; // 'Hello, how are you?'
192192

193193
foreach ($response->segments as $segment) {
194194
$segment->index; // 0
@@ -221,7 +221,7 @@ $response = $client->audio()->translate([
221221
$response->task; // 'translate'
222222
$response->language; // 'english'
223223
$response->duration; // 2.95
224-
$reponse->text; // 'Hello, how are you?'
224+
$response->text; // 'Hello, how are you?'
225225

226226
foreach ($response->segments as $segment) {
227227
$segment->index; // 0

0 commit comments

Comments
 (0)