Skip to content

Commit 4b35896

Browse files
committed
Fix spelling
1 parent 5e9a767 commit 4b35896

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/blog/catalyst-v0-1-0/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ _Some sort of image showcasing the visual style_
5959

6060
_Some image showing the stuff I mentioned above_
6161

62-
**To be timeless**, we tried to strike the right balance between flat and skeumorphic design, with just enough depth cues that our components will look great even if the trends change a bit in either direction.
62+
**To be timeless**, we tried to strike the right balance between flat and skeuomorphic design, with just enough depth cues that our components will look great even if the trends change a bit in either direction.
6363

6464
_Something showing off button design probably_
6565

66-
We also took inspiration from the browser, and used unopionated blue focus rings to avoid picking a treatment that might soon look out of fashion.
66+
We also took inspiration from the browser, and used unopinionated blue focus rings to avoid picking a treatment that might soon look out of fashion.
6767

6868
_Something showing off focus rings_
6969

@@ -174,7 +174,7 @@ We just published Headless UI v2.0.0-alpha.1, which includes a ton of new stuff:
174174
- **Headless checkbox component** — we've added a headless `Checkbox` component to complement our existing `RadioGroup` component, making it easy to build totally custom checkbox controls.
175175
- **HTML form components** — we've added `Input`, `Select`, `Textarea`, `Label`, `Description`, `Fieldset`, and `Legend` components that handle all of the ID generation and `aria-*` attribute mapping you need to do to connect form fields together.
176176
- **Improved hover and focus-visible detection** — using hooks from the awesome [React Aria](https://react-spectrum.adobe.com/react-aria/hooks.html) library under the hood, Headless UI now adds smarter `data-hover` and `data-focus` attributes to your controls that behave more consistently across different devices than the native pseudo-classes.
177-
- **Combobox list virtualization** — the next version of Headless UI can now handle giant lists of comobox options with no performance issues.
177+
- **Combobox list virtualization** — the next version of Headless UI can now handle giant lists of combobox options with no performance issues.
178178

179179
...with plenty of other improvements to come, including a date picker, tooltips, and more.
180180

0 commit comments

Comments
 (0)