Skip to content

Commit 8bfbac5

Browse files
nakanohnakano-hthecrypticace
authored
docs: fix typo in container.ts comment ("a the" -> "the") (#18223)
## Description Fixed a typo in the container.ts comment where "a the" was incorrectly written as "the" for better readability. ## Test Plan - [x] Verified the change is purely documentation-related and doesn't affect functionality - [x] Ensured the comment is more readable and grammatically correct - [x] No tests needed as this is a documentation-only change ## Changes - Modified comment in `packages/tailwindcss/src/compat/container.ts` - Changed "When setting a the `screens` in v3" to "When setting the `screens` in v3" Co-authored-by: 中野 博文 <hirofumi0082@gmail.com> Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1 parent 0c1c0c4 commit 8bfbac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/compat/container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function buildCustomContainerUtilityRules(
5050
if (typeof screens === 'object' && screens !== null) {
5151
breakpointOverwrites = new Map()
5252

53-
// When setting a the `screens` in v3, you were overwriting the default
53+
// When setting the `screens` in v3, you were overwriting the default
5454
// screens config. To do this in v4, you have to manually unset all core
5555
// screens.
5656

0 commit comments

Comments
 (0)