From c48f38b5b952a37b110df5db086d2300c37efdb2 Mon Sep 17 00:00:00 2001 From: Roman A <121314722+GameRoMan@users.noreply.github.com> Date: Thu, 29 May 2025 21:01:56 +0100 Subject: [PATCH] Fix a couple typos --- src/resources/calls/sfu.ts | 2 +- src/resources/shared.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }