Skip to content

Commit 17f4e5e

Browse files
committed
chore: fix version typo
1 parent e414446 commit 17f4e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss-patch/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ After reading and studying the source code, I came up with a solution to expose
7070

7171
As we want to patch `tailwindcss`, we need to know where exactly `tailwindcss` is running in our local code.
7272

73-
We install version `3.2.2` of `tailwindcss` (the latest version as of 20230630) and go to `node_modules/tailwindcss/package.json`
73+
We install version `3.3.2` of `tailwindcss` (the latest version as of 20230630) and go to `node_modules/tailwindcss/package.json`
7474

7575
```jsonc
7676
{

0 commit comments

Comments
 (0)