From 7073cf91da1985264d2beaa50c004542c47d8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mohammed=20Agboola=C2=AE=EF=B8=8F?= Date: Thu, 5 May 2022 10:04:42 +0100 Subject: [PATCH] Update cli-and-configuration.md remove repeated word - "set" occurring twice --- docs/docs/dev-server/cli-and-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/dev-server/cli-and-configuration.md b/docs/docs/dev-server/cli-and-configuration.md index 61edbe824..1c0d89dd6 100644 --- a/docs/docs/dev-server/cli-and-configuration.md +++ b/docs/docs/dev-server/cli-and-configuration.md @@ -57,7 +57,7 @@ export default { open: true, nodeResolve: true, appIndex: 'demo/index.html' - // in a monorepo you need to set set the root dir to resolve modules + // in a monorepo you need to set the root dir to resolve modules rootDir: '../../', }; ``` @@ -69,7 +69,7 @@ module.exports = { open: true, nodeResolve: true, appIndex: 'demo/index.html' - // in a monorepo you need to set set the root dir to resolve modules + // in a monorepo you need to set the root dir to resolve modules rootDir: '../../', }; ```