From ccee2ab27ab7874967d0f119495331a09fe9439b Mon Sep 17 00:00:00 2001 From: Kasir Barati Date: Wed, 30 Oct 2024 23:02:26 +0100 Subject: [PATCH] chore: rephrasing --- .github/docs/monorepo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/docs/monorepo/README.md b/.github/docs/monorepo/README.md index 647785a..a458cd0 100644 --- a/.github/docs/monorepo/README.md +++ b/.github/docs/monorepo/README.md @@ -3,7 +3,7 @@ In [VCS](https://en.wikipedia.org/wiki/Version_control), a monorepo is: - A software-development strategy. -- The code for a number of projects is stored in the same repository. +- Where the code for a number of projects is stored in the same repository. ## What does Nx for me?