Skip to content

Commit

Permalink
fix spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Mar 26, 2024
1 parent 44bc503 commit 66b8c82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/accessibility.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ import Note from "../components/Note.astro";
In some regards the components offered here are akin to design system
components. They are low-level pieces to a larger puzzle. The components
themselves strive to offer the best possible accessible <em>baseline</em>.
But beyond that, the guarantees that can be made regarding accessiblity are
But beyond that, the guarantees that can be made regarding accessibility are
limited. The way the components get used and combined can still lead to
inaccessible outcomes.
</p>

<p>
If you are building more complex interfaces atop these components, you will
need to test and evaluate accessiblity yourself.
need to test and evaluate accessibility yourself.
</p>

<Heading level={2}>Testing</Heading>
Expand Down
8 changes: 4 additions & 4 deletions docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@ const tagline = "Small, feature-rich calendar components";
href="https://react-spectrum.adobe.com/react-aria/components.html#date-and-time"
>React ARIA Components</a
>, though there is some amount of convergent evolution. Much appreciation to
<a href="https://stream7.github.io/">Nikos Gereoudakis</a> for transferring ownersip
of the <code>cally</code> package on npm. And finally, thanks for
<a href="https://twitter.com/uppercod">@Uppercod</a> for all his work on
<a href="https://atomicojs.dev/">atomico</a>.
<a href="https://stream7.github.io/">Nikos Gereoudakis</a> for transferring ownership
of the <code>cally</code> package on npm. And finally, thanks to
<a href="https://twitter.com/Uppercod">@Uppercod</a> for his work on
<a href="https://atomicojs.dev/">Atomico</a>.
</p>
</Layout>

Expand Down

0 comments on commit 66b8c82

Please sign in to comment.