Skip to content

Commit

Permalink
chore: fix the reported typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille authored and dylanhitt committed Sep 4, 2024
1 parent f08d0ae commit 38b8864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export default function HomepageFeatures(): JSX.Element {
return (
<div className={styles.features} style={{}}>
<div id="simple" className={clsx(styles.block, styles.block_odd)}>
<h2 className="">Serialisation</h2>
<p>Simple serialisation of data structures to JSON and back.</p>
<h2 className="">Serialization</h2>
<p>Simple serialization of data structures to JSON and back.</p>
</div>
<div id="openapi" className={clsx(styles.block)}>
<h2 className="">OpenAPI generation</h2>
Expand Down

0 comments on commit 38b8864

Please sign in to comment.