Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsartisan committed Dec 9, 2024
1 parent e0a0eaf commit eb55fbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function CustomWidgetComponent(props: CustomWidgetComponentProps) {
const messenger = useRef<IframeMessenger | null>(null);
const componentHeight = useCustomWidgetHeight(size);

// We want to pass anvil theme css variables the iframe so that it looks like a anvil theme. To do, we are
// We want to pass anvil theme's css variables to the iframe so that it looks like a anvil theme. To do, we are
// generating the css variables from the anvil theme and then sending it to the iframe. See the
// createHtmlTemplate.tsx file where we are using the cssTokens.
const cssTokens = useMemo(() => {
Expand Down

0 comments on commit eb55fbd

Please sign in to comment.