diff --git a/errors/duplicate-sass.mdx b/errors/duplicate-sass.mdx index 6a621efa73..d339589a18 100644 --- a/errors/duplicate-sass.mdx +++ b/errors/duplicate-sass.mdx @@ -5,9 +5,9 @@ title: Duplicate Sass Dependencies ## Why This Error Occurred Your project has a direct dependency on both `sass` and `node-sass`, two -different package that both compile Sass files! +different packages that both compile Sass files! -Next.js will only use one of these, so it is suggested you remove one or the +Next.js will only use one of these, so it is suggested that you remove one or the other. ## Possible Ways to Fix It