diff --git a/docs/guide/setup.md b/docs/guide/setup.md index 4a67ddc43b..8957ac4eb6 100644 --- a/docs/guide/setup.md +++ b/docs/guide/setup.md @@ -137,7 +137,7 @@ module.exports = { // **optional** default: `[{ root: './' }]` // support monorepos projects: [ - './packages/repo2', // shorthand for only root. + './packages/repo2', // Shorthand for specifying only the project root location { // **required** // Where is your project?