Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jul 30, 2021
1 parent 7fc834f commit 32c20bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-global-configuration/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LinkShim = ({ href, ...props }: LinkProps) => {
return <Link to={href} {...props} />;
};

// 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 <h1 className="heading">{children}</h1>;
Expand Down

0 comments on commit 32c20bc

Please sign in to comment.