Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/resources/calls/sfu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/resources/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down