Skip to content

Commit a34ab05

Browse files
committed
fix typo
1 parent 9c21005 commit a34ab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/blog/tailwindcss-v4-alpha/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ $ npm install tailwindcss@next @tailwindcss/postcss@next
296296
Then add our plugin to your `postcss.config.js` file:
297297

298298
```js {{ filename: 'postcss.config.js' }}
299-
module.exports: {
299+
module.exports = {
300300
plugins: {
301301
'@tailwindcss/postcss': {}
302302
}

0 commit comments

Comments
 (0)