Skip to content

Commit 3d2b156

Browse files
authored
Update upgrade-guide.mdx (#2036)
1 parent c9ed989 commit 3d2b156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/upgrade-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ To customize the `container` utility in v4, extend it using the `@utility` direc
383383

384384
In v3, the `border-*` and `divide-*` utilities used your configured `gray-200` color by default. We've changed this to `currentColor` in v4 to make Tailwind less opinionated and match browser defaults.
385385

386-
To update your project for this change, make sure you specify a color anywhere you're using a `border-*` or `divide-*` utility utility:
386+
To update your project for this change, make sure you specify a color anywhere you're using a `border-*` or `divide-*` utility:
387387

388388
```html
389389
<!-- [!code classes:border-gray-200] -->

0 commit comments

Comments
 (0)