File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ def create(
6363 ) -> Optional [SFUCreateResponse ]:
6464 """Creates a new Cloudflare calls app.
6565
66- An app is an unique enviroment where each
66+ An app is an unique environment where each
6767 Session can access all Tracks within the app.
6868
6969 Args:
@@ -301,7 +301,7 @@ async def create(
301301 ) -> Optional [SFUCreateResponse ]:
302302 """Creates a new Cloudflare calls app.
303303
304- An app is an unique enviroment where each
304+ An app is an unique environment where each
305305 Session can access all Tracks within the app.
306306
307307 Args:
Original file line number Diff line number Diff line change @@ -77,4 +77,4 @@ class AuditLog(BaseModel):
7777 resource : Optional [Resource ] = None
7878
7979 when : Optional [datetime ] = None
80- """A UTC RFC3339 timestamp that specifies when the action being logged occured ."""
80+ """A UTC RFC3339 timestamp that specifies when the action being logged occurred ."""
You can’t perform that action at this time.
0 commit comments