Skip to content

Commit cca5a38

Browse files
committed
Fix grammatical mistake
1 parent b99f380 commit cca5a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/expandTailwindAtRules.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export default function expandTailwindAtRules(context) {
247247

248248
if (layerNodes.utilities && utilityNodes.size === 0 && !hasUtilityVariants) {
249249
log.warn('content-problems', [
250-
'No utilities were generated there is likely a problem with the `content` key in the tailwind config. For more information see the documentation: https://tailwindcss.com/docs/content-configuration',
250+
'No utilities were generated, there is likely a problem with the `content` key in the Tailwind config. For more information see the documentation: https://tailwindcss.com/docs/content-configuration',
251251
])
252252
}
253253

0 commit comments

Comments
 (0)