From 8abfe7ebc2d597b1715955f16fc41cc513a5ec4c Mon Sep 17 00:00:00 2001 From: MinamiFunakoshiTR Date: Mon, 10 Mar 2025 10:17:05 -0700 Subject: [PATCH] doc tweaks --- src/components/EmbedPreviewerLink/EmbedPreviewerLink.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EmbedPreviewerLink/EmbedPreviewerLink.mdx b/src/components/EmbedPreviewerLink/EmbedPreviewerLink.mdx index bb7cb5fb..12693e2d 100644 --- a/src/components/EmbedPreviewerLink/EmbedPreviewerLink.mdx +++ b/src/components/EmbedPreviewerLink/EmbedPreviewerLink.mdx @@ -6,7 +6,7 @@ import * as EmbedPreviewerLinkStories from './EmbedPreviewerLink.stories.svelte' # EmbedPreviewerLink -A tool for previewing the embeds in development. This adds an icon at the bottom of the page that, when clicked, opens a preview page with the embeds. +The `EmbedPreviewerLink` component is a tool for previewing the embeds in development. It adds an icon at the bottom of the page that, when clicked, opens a previewer with the embeds. ```svelte