Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
in-in committed Jun 24, 2024
1 parent 2de0ebb commit 3422fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ None ({{jsxref("undefined")}}).
```js
const pc = new RTCPeerConnection();

pc.setIdentityAssertion("developer.mozilla.org");
pc.setIdentityProvider("developer.mozilla.org");
```

## Specifications
Expand Down

0 comments on commit 3422fa3

Please sign in to comment.