From f1312b391795dcfc3a262b13ed1147d1690c8473 Mon Sep 17 00:00:00 2001 From: Lance Stout <38435+legastero@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:13:22 -0700 Subject: [PATCH] Fix typings typo --- sdp.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdp.d.ts b/sdp.d.ts index 7f3d0c5..2e7e90f 100644 --- a/sdp.d.ts +++ b/sdp.d.ts @@ -44,7 +44,7 @@ export interface SDPHeaderExtension { id: number; direction?: SDPDirection; uri: string; - atrributes: string | undefined; + attributes: string | undefined; } export interface SDPFeedbackParameter {