diff --git a/examples/with-global-configuration/index.tsx b/examples/with-global-configuration/index.tsx index abf053e..9f47262 100644 --- a/examples/with-global-configuration/index.tsx +++ b/examples/with-global-configuration/index.tsx @@ -33,7 +33,7 @@ const LinkShim = ({ href, ...props }: LinkProps) => { return ; }; -// This React componetn is used for headings. We will use it when rendering +// This React component is used for headings. We will use it when rendering // "Heading 1" blocks in Rich Text fields. const Heading = ({ children }: { children: React.ReactNode }) => { return

{children}

;