Skip to content

Commit 91fb593

Browse files
committed
typo
1 parent 3586a06 commit 91fb593

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
@@ -98,7 +98,7 @@ get(new Route("/start") {
9898
```
9999

100100
In this handler, the `startArchive()` method of the `opentok` instance is called with the `sessionId`
101-
for the session that needs to be archived. The optional second argument is `name`, which stored with
101+
for the session that needs to be archived. The optional second argument is `name`, which is stored with
102102
the archive and can be read later. In this case, as in the HelloWorld sample app, there is
103103
only one session created and it is used here and for the participant view. This will trigger the
104104
recording to begin. The response sent back to the client's XHR request will be the JSON

0 commit comments

Comments
 (0)