Skip to content

Commit eabaf12

Browse files
committed
Minor docs edit.
1 parent 7b936e1 commit eabaf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Archive archive = opentok.startArchive(sessionId, new ArchiveProperties.Builder(
180180
String archiveId = archive.getId();
181181
```
182182

183-
The `Archive.OutputMode.COMPOSED` setting (the default) causes all streams in the archive are
183+
The `Archive.OutputMode.COMPOSED` setting (the default) causes all streams in the archive to be
184184
recorded to a single (composed) file.
185185

186186
You can stop the recording of a started Archive using a `com.opentok.Archive` instance's

0 commit comments

Comments
 (0)