Fix typos in duplicate-sass.mdx (#57045)

This commit is contained in:
Bsodoge 2023-10-19 14:32:47 +01:00 committed by GitHub
parent ebcc855af6
commit 1d9ddfca14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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