We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1d579 commit b8d1b7cCopy full SHA for b8d1b7c
sample/Archiving/README.md
@@ -196,7 +196,7 @@ def delete(archive_id):
196
return redirect(url_for('history'))
197
```
198
199
-Once again the `archive_id` is retrieved from the URL of the request. This value is then passed the
+Once again the `archive_id` is retrieved from the URL of the request. This value is then passed to the
200
`delete_archive()` method of the `opentok` instance. Now that the archive has been deleted, a
201
redirect response back to the first page of the history is sent back to the browser.
202
0 commit comments