Skip to content

Commit 527b3e4

Browse files
HelpMe-Plspedrosousa
authored andcommitted
[Stream] Add a missing parenthesis (cloudflare#22627)
--------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent a4b5931 commit 527b3e4

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/stream/viewing-videos/using-the-stream-player

1 file changed

+1
-1
lines changed

src/content/docs/stream/viewing-videos/using-the-stream-player/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Cloudflare provides a customizable web player that can play both on-demand and l
2626
To add the Stream Player to a web page, you can either:
2727

2828
* Generate an embed code in the [Stream Dashboard](https://dash.cloudflare.com/?to=/:account/stream) for a specific video or live input.
29-
* Use the code example below, replacing `<VIDEO_UID>` with the video UID (or [signed token](/stream/viewing-videos/securing-your-stream/) and `<CODE>` with the your unique customer code, which can be found in the [Stream Dashboard](https://dash.cloudflare.com/?to=/:account/stream).
29+
* Use the code example below, replacing `<VIDEO_UID>` with the video UID (or [signed token](/stream/viewing-videos/securing-your-stream/)) and `<CODE>` with the your unique customer code, which can be found in the [Stream Dashboard](https://dash.cloudflare.com/?to=/:account/stream).
3030

3131
```html
3232
<iframe

0 commit comments

Comments
 (0)