From 32c20bce4067ed2d9bd2221f0605dbf642715dc3 Mon Sep 17 00:00:00 2001 From: Angelo Ashmore Date: Thu, 29 Jul 2021 16:02:33 -1000 Subject: [PATCH] docs: fix typo --- examples/with-global-configuration/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}

;