Skip to content

Commit 2c9d967

Browse files
committed
quotes
1 parent 91fb593 commit 2c9d967

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
@@ -103,7 +103,7 @@ the archive and can be read later. In this case, as in the HelloWorld sample app
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
105105
representation of the archive, which is returned from the `toString()` method. The client is also
106-
listening for the 'archiveStarted' event, and uses that event to change the 'Start Archiving' button
106+
listening for the `archiveStarted` event, and uses that event to change the 'Start Archiving' button
107107
to show 'Stop Archiving' instead. When the user presses the button this time, another XHR request
108108
is sent to the <http://localhost:4567/stop/:archiveId> URL where `:archiveId` represents the ID the
109109
client receives in the 'archiveStarted' event. The route handler for this request is shown below:

0 commit comments

Comments
 (0)