Skip to content

Commit 1e9cc80

Browse files
authored
docs: fix typo on quickstart (#1519)
1 parent 9e0d49f commit 1e9cc80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/pages/react/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The only thing left to do is to create a global.css file and import it in the ro
141141
For more on tailwind setup, see these [steps](https://tailwindcss.com/docs/installation/using-postcss).
142142

143143
<Tip>
144-
**Already using tailwind v3?**
144+
**Still using tailwind v3?**
145145

146146
If you're still using tailwind v3, don't fret. Account Kit is still fully compatible. Just skip the above tailwind setup steps since you've already set it up.
147147

@@ -229,7 +229,7 @@ The [**demo app**](https://demo.alchemy.com/) provides an interactive sandbox to
229229

230230
**Remember to paste in your API Key from step 2**
231231

232-
```ts [src/config.ts]
232+
```ts twoslash [src/config.ts]
233233
// @noErrors
234234
import { createConfig, cookieStorage } from "@account-kit/react";
235235
import { QueryClient } from "@tanstack/react-query";

site/pages/react/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The only thing left to do is to create a global.css file and import it in the ro
141141
For more on tailwind setup, see these [steps](https://tailwindcss.com/docs/installation/using-postcss).
142142

143143
:::tip
144-
**Already using tailwind v3?**
144+
**Still using tailwind v3?**
145145

146146
If you're still using tailwind v3, don't fret. Account Kit is still fully compatible. Just skip the above tailwind setup steps since you've already set it up.
147147
:::
@@ -224,7 +224,7 @@ The [**demo app**](https://demo.alchemy.com/) provides an interactive sandbox to
224224

225225
**Remember to paste in your API Key from step 2**
226226

227-
```ts [src/config.ts]
227+
```ts twoslash [src/config.ts]
228228
// @noErrors
229229
import { createConfig, cookieStorage } from "@account-kit/react";
230230
import { QueryClient } from "@tanstack/react-query";

0 commit comments

Comments
 (0)