Skip to content

Commit 6552106

Browse files
committed
fix a minor typo
1 parent 658b4f5 commit 6552106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-api/livekit/api/access_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class VideoGrants:
4242
can_publish_data: bool = True
4343

4444
# TrackSource types that a participant may publish.
45-
# When set, it supercedes CanPublish. Only sources explicitly set here can be
45+
# When set, it supersedes CanPublish. Only sources explicitly set here can be
4646
# published
4747
can_publish_sources: List[str] = dataclasses.field(default_factory=list)
4848

0 commit comments

Comments
 (0)