Skip to content

Commit fd0a96f

Browse files
authored
Another lint fix for front (#57511)
1 parent cbfa126 commit fd0a96f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/02-app/01-building-your-application/06-optimizing/10-third-party-libraries.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ export default function Page() {
278278

279279
#### Options
280280

281-
| Name | Type | Description |
282-
| ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
283-
| `videoid` | Required | YouTube video id. |
284-
| `width` | Optional | Width of the video container. Defaults to `auto` |
285-
| `height` | Optional | Height of the video container. Defaults to `auto` |
286-
| `playlabel` | Optional | A visually hidden label for the play button for accessibility. |
287-
| `params` | Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters). <br/> Params are passed as a query param string. <br> Eg: `params="controls=0&start=10&end=30"` |
288-
| `style` | Optional | Used to apply styles to the video container. |
281+
| Name | Type | Description |
282+
| ----------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
283+
| `videoid` | Required | YouTube video id. |
284+
| `width` | Optional | Width of the video container. Defaults to `auto` |
285+
| `height` | Optional | Height of the video container. Defaults to `auto` |
286+
| `playlabel` | Optional | A visually hidden label for the play button for accessibility. |
287+
| `params` | Optional | The video player params defined [here](https://developers.google.com/youtube/player_parameters#Parameters). <br/> Params are passed as a query param string. <br/> Eg: `params="controls=0&start=10&end=30"` |
288+
| `style` | Optional | Used to apply styles to the video container. |

0 commit comments

Comments
 (0)