Skip to content

Commit

Permalink
Fix grammatical mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jan 17, 2022
1 parent b99f380 commit cca5a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/expandTailwindAtRules.js
Expand Up @@ -247,7 +247,7 @@ export default function expandTailwindAtRules(context) {

if (layerNodes.utilities && utilityNodes.size === 0 && !hasUtilityVariants) {
log.warn('content-problems', [
'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',
'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',
])
}

Expand Down

1 comment on commit cca5a38

@brandonpittman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like it should be two separate sentences.

No utilities were generated. There is likely a problem with the content key in the Tailwind config.

Please sign in to comment.