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 216bc9b commit d9a4e21Copy full SHA for d9a4e21
sample/Archiving/README.md
@@ -284,7 +284,7 @@ get(new Route("/delete/:archiveId") {
284
});
285
```
286
287
-Once again the `archiveId` is retrieved from the URL of the request. This value is then passed the
+Once again the `archiveId` is retrieved from the URL of the request. This value is then passed to the
288
`deleteArchive()` method of the `opentok` instance. Now that the archive has been deleted, a
289
redirect response back to the first page of the history is sent back to the browser.
290
0 commit comments