Skip to content

Commit d51043f

Browse files
muco-rolleTresor Muco
andauthored
fix(docs): fix typos and grammar corrections (#10228)
fix: made a few typo and grammar corrections in the V3 release blog post Co-authored-by: Tresor Muco <tresormuco@gmail.com>
1 parent 333b063 commit d51043f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apps/www/content/blog/00-announcing-v3.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Today, we're excited to announce the long-awaited release of Chakra UI v3. The
1111
feedback for Chakra v3 has been incredible and we appreciate those who took the
1212
time to test and catch bugs.
1313

14-
Chakra v3 is a complete rewrite of Chakra to enhance it's performance, speed and
14+
Chakra v3 is a complete rewrite of Chakra to enhance its performance, speed and
1515
consistency across components. We've also added over 25 new components, and
1616
that's just the beginning.
1717

@@ -21,13 +21,13 @@ Before giving you a quick overview, I'd like to start by acknowledging those
2121
whose ideas and efforts contributed to the redesign of Chakra v3.
2222

2323
- **[Park UI](https://park-ui.com/)**: The groundwork by Christian and Phil laid
24-
the foundation of the design philiosophy in Chakra v3. Consistent sizing,
24+
the foundation of the design philosophy in Chakra v3. Consistent sizing,
2525
colors, shadows, and naming convention is the heart and soul of a design
2626
system.
2727

2828
- **[Panda](https://panda-css.com/)**: The theming and styling APIs in Panda CSS
29-
created paved the way for Chakra v3's styling engine. The end goal was to make
30-
it almost effortless to switch between Park UI and Chakra UI.
29+
paved the way for Chakra v3's styling engine. The end goal was to make it
30+
almost effortless to switch between Park UI and Chakra UI.
3131

3232
- **[Radix Themes](https://www.radix-ui.com/themes)**: For inspiring the
3333
playground, composable animations and accent color system.
@@ -73,7 +73,7 @@ mode.
7373

7474
- **muted:** A muted version of the palette
7575

76-
- **subtle:** A subtle version of the palette, lower then the muted one.
76+
- **subtle:** A subtle version of the palette, lower than the muted one.
7777

7878
- **emphasized:** A more pronounced version of the palette
7979

@@ -118,7 +118,7 @@ depth on the DOM tree using CSS variables.
118118
## Open by default
119119

120120
We moved away from closed components to open, compound components by default.
121-
This makes it easier for you compose your own components and reduce the
121+
This makes it easier for you to compose your own components and reduce the
122122
maintenance on our end.
123123

124124
To illustrate the difference, here's how you'd create a checkbox in v2.
@@ -280,8 +280,8 @@ lot of changes in v3, so we'll handle this progressively.
280280

281281
We might not even have to use Panda at all. The progress of the
282282
[style tag](https://react.dev/reference/react-dom/components/style) in React 19
283-
is very promising and we give Chakra even more performance boost without any
284-
migration cost.
283+
is very promising and could give Chakra an even greater performance boost
284+
without any migration cost.
285285

286286
### Are we going to have all components from Ark UI?
287287

0 commit comments

Comments
 (0)