Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kof committed Jan 9, 2025
1 parent 5fa6c03 commit 579f930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk-components-react/src/youtube.template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ import { PlayIcon, SpinnerIcon } from "@webstudio-is/icons/svg";
import { type TemplateMeta, $, css } from "@webstudio-is/template";

export const meta: TemplateMeta = {
label: "YouTube",
category: "media",
order: 1,
description:
"Add a video to your page that is hosted on Vimeo. Paste a Vimeo URL and configure the video in the Settings tab.",
"Add a video to your page that is hosted on YouTube. Paste a YouTube URL and configure the video in the Settings tab.",
template: (
<$.YouTube
ws:label="YouTube"
Expand Down

0 comments on commit 579f930

Please sign in to comment.