Skip to content

Commit 13fb5ef

Browse files
docs(OpenAI): fix typo in README.md (reponse → response) (#783)
1 parent 62b7d0e commit 13fb5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,7 @@ $meta->toArray();
29882988
// ]
29892989
```
29902990

2991-
On streaming responses you can access the meta information on the reponse stream object.
2991+
On streaming responses you can access the meta information on the response stream object.
29922992

29932993
```php
29942994
$stream = $client->completions()->createStreamed([

0 commit comments

Comments
 (0)