Skip to content

Commit 9230dfe

Browse files
authored
Minor docs correction.
1 parent 1883ec4 commit 9230dfe

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
@@ -135,7 +135,7 @@ String token = session.generateToken(new TokenOptions.Builder()
135135

136136
You can start the recording of an OpenTok Session using a `com.opentok.OpenTok` instance's
137137
`startArchive(String sessionId, String name)` method. This will return a `com.opentok.Archive` instance.
138-
The parameter `name` is a optional and used to assign a name for the Archive. Note that you can
138+
The parameter `name` is optional and used to assign a name for the Archive. Note that you can
139139
only start an Archive on a Session that has clients connected.
140140

141141
```java

0 commit comments

Comments
 (0)