From cca5a3804e1d3ee0214491921e1aec35bf62a813 Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Mon, 17 Jan 2022 14:21:40 -0500 Subject: [PATCH] Fix grammatical mistake --- src/lib/expandTailwindAtRules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/expandTailwindAtRules.js b/src/lib/expandTailwindAtRules.js index fc0738347da7..1bdb9472cd42 100644 --- a/src/lib/expandTailwindAtRules.js +++ b/src/lib/expandTailwindAtRules.js @@ -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', ]) }