diff --git a/src/resources/calls/sfu.ts b/src/resources/calls/sfu.ts index 3a8a827818..d94778586a 100644 --- a/src/resources/calls/sfu.ts +++ b/src/resources/calls/sfu.ts @@ -6,7 +6,7 @@ import { SinglePage } from '../../pagination'; export class SFU extends APIResource { /** - * Creates a new Cloudflare calls app. An app is an unique enviroment where each + * Creates a new Cloudflare calls app. An app is an unique environment where each * Session can access all Tracks within the app. * * @example diff --git a/src/resources/shared.ts b/src/resources/shared.ts index cac72a27dd..56e63a38aa 100644 --- a/src/resources/shared.ts +++ b/src/resources/shared.ts @@ -43,7 +43,7 @@ export interface AuditLog { resource?: AuditLog.Resource; /** - * A UTC RFC3339 timestamp that specifies when the action being logged occured. + * A UTC RFC3339 timestamp that specifies when the action being logged occurred. */ when?: string; }