Skip to content

Commit 73e07d4

Browse files
authored
Merge pull request tailwindlabs#2 from pizzels/fix-typo
Fix typo in the Colors page
2 parents 5d07bb1 + 4ad2161 commit 73e07d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/colors.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ To get you started, we've provided a generous palette of great looking colors th
416416

417417
## Customizing
418418

419-
Tailwind makes it a breeze to modify the default color palette for you project. Remember, you own these colors and nothing will break if you change everything about them.
419+
Tailwind makes it a breeze to modify the default color palette for your project. Remember, you own these colors and nothing will break if you change everything about them.
420420

421421
By default Tailwind defines the entire color palette in a `colors` object at the top of your Tailwind config file. These colors are then assigned to `textColors`, `backgroundColors` and `borderColors`. This approach works well since it provides a consistent naming system across all the utilities. However, you're welcome to modify them independently of one-another as well.
422422

0 commit comments

Comments
 (0)