Skip to content

Commit

Permalink
Fix typings typo
Browse files Browse the repository at this point in the history
  • Loading branch information
legastero authored Sep 29, 2023
1 parent a4acddd commit f1312b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface SDPHeaderExtension {
id: number;
direction?: SDPDirection;
uri: string;
atrributes: string | undefined;
attributes: string | undefined;
}

export interface SDPFeedbackParameter {
Expand Down

0 comments on commit f1312b3

Please sign in to comment.