Skip to content

Commit 22060e6

Browse files
authored
Merge pull request tailwindlabs#117 from kevinleedrum/indigo-typo
Correct text-indigo-dark typo
2 parents c09686b + 9184aea commit 22060e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/docs/configuration.blade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ module.exports = {
131131
}
132132
```
133133

134-
Like many other places in Tailwind, the `default` key is special and means "no modifier", so this configuration would generate classes like `.text-indigo-lighter`, `.text-indigo`, and `.text-dark`.
134+
Like many other places in Tailwind, the `default` key is special and means "no modifier", so this configuration would generate classes like `.text-indigo-lighter`, `.text-indigo`, and `.text-indigo-dark`.
135135

136136
### Spacing
137137

0 commit comments

Comments
 (0)