Skip to content

Commit b7b90ff

Browse files
authored
A couple grammar fixes
1 parent 475b534 commit b7b90ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/cloudflare/resources/calls/sfu.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

src/cloudflare/types/shared/audit_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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."""

0 commit comments

Comments
 (0)