Skip to content

Commit d9a4e21

Browse files
committed
grammar in archiving sample walkthrough
1 parent 216bc9b commit d9a4e21

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
@@ -284,7 +284,7 @@ get(new Route("/delete/:archiveId") {
284284
});
285285
```
286286

287-
Once again the `archiveId` is retrieved from the URL of the request. This value is then passed the
287+
Once again the `archiveId` is retrieved from the URL of the request. This value is then passed to the
288288
`deleteArchive()` method of the `opentok` instance. Now that the archive has been deleted, a
289289
redirect response back to the first page of the history is sent back to the browser.
290290

0 commit comments

Comments
 (0)