From 446eb4f2d5e9a45f16dc18616e3279f40d839d38 Mon Sep 17 00:00:00 2001 From: patak Date: Mon, 22 Jan 2024 11:21:42 +0100 Subject: [PATCH] chore: wording --- docs/config/shared-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/shared-options.md b/docs/config/shared-options.md index 4bdebf84b0eee8..d2eae4ec2d9722 100644 --- a/docs/config/shared-options.md +++ b/docs/config/shared-options.md @@ -267,7 +267,7 @@ export default defineConfig({ - **Type:** `number | true` - **Default:** `0` (does not create any workers and run in the main thread) -If this option is set, preprocessors will run in workers when possible. `true` means the number of CPUs minus 1. +If this option is set, CSS preprocessors will run in workers when possible. `true` means the number of CPUs minus 1. ## css.devSourcemap