From fd7be4d96aaf2b71fb575910b0b5edf7c3deae7e Mon Sep 17 00:00:00 2001 From: nichoth Date: Sun, 20 Apr 2025 10:27:09 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7e9142..af9fb31 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Review [LightningCSS docs](https://lightningcss.dev/transpilation.html) to learn LightningCSS minifies, prefixes, and enables transpiling based on your browserslist (or the included default) to gain future-CSS support today, with graceful upgrading as browser support improves. -It includes enables the following LightningCSS flags by default: +It enables the following LightningCSS flags by default: - [bundling](https://lightningcss.dev/bundling.html) - enables including other files via the `@import` syntax - [nesting](https://lightningcss.dev/transpilation.html#nesting)