Skip to content

Commit

Permalink
Fix typo (#34384)
Browse files Browse the repository at this point in the history
  • Loading branch information
in-in authored Jun 25, 2024
1 parent 4b543d2 commit 310ee01
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 310ee01

Please sign in to comment.