Skip to content

Commit

Permalink
Fix iFrame typo (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirataguchi115 authored Jul 30, 2024
1 parent 0aa11a6 commit 9cc87c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/cms/src/blocks/Iframe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const IFRAME_BLOCK_DEFAULT_HEIGHT_PX = 630

const IframeBoxConfiguration: BlockConfiguration<IframeAttributes> = {
title: "Iframe",
description: "Can be used to embed some sites that the embded block doesn't support.",
description: "Can be used to embed some sites that the Embed block doesn't support.",
category: "text",
attributes: {
url: {
Expand Down

0 comments on commit 9cc87c4

Please sign in to comment.