Skip to content

Commit

Permalink
fix(iframe.md): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hristoterezov committed Apr 12, 2024
1 parent 00209bf commit 5588d0b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dev-guide/iframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,9 @@ export const Anchor = ({children, name}) => (
</a>
);

<Anchor name = { "ice-servers" }></Anchor>You can modify the default ice servers configuration with the **`iceServers`** property (**NOTE: This property is currently experimental and may be removed in the future!**) using the following:
<Anchor name = { "ice-servers" }></Anchor>

You can modify the default ice servers configuration with the **`iceServers`** property (**NOTE: This property is currently experimental and may be removed in the future!**) using the following:


```javascript
Expand Down

0 comments on commit 5588d0b

Please sign in to comment.