Skip to content

Commit b8d1b7c

Browse files
committed
grammar in archiving sample walkthrough
1 parent 6f1d579 commit b8d1b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Archiving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def delete(archive_id):
196196
return redirect(url_for('history'))
197197
```
198198

199-
Once again the `archive_id` is retrieved from the URL of the request. This value is then passed the
199+
Once again the `archive_id` is retrieved from the URL of the request. This value is then passed to the
200200
`delete_archive()` method of the `opentok` instance. Now that the archive has been deleted, a
201201
redirect response back to the first page of the history is sent back to the browser.
202202

0 commit comments

Comments
 (0)