From ecab590e521bf09a04f033ccb97a07a009c6ae4c Mon Sep 17 00:00:00 2001 From: Troy Kirinhakone Date: Thu, 18 Aug 2022 15:10:00 -0700 Subject: [PATCH] docs(misc): fix typo in workspace guide (#11464) --- docs/shared/workspace/applications-and-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/workspace/applications-and-libraries.md b/docs/shared/workspace/applications-and-libraries.md index 1729cdfe36..d06042e8a7 100644 --- a/docs/shared/workspace/applications-and-libraries.md +++ b/docs/shared/workspace/applications-and-libraries.md @@ -1,6 +1,6 @@ # Applications and libraries -A typical Nx workspace is structured into _"apps"_ and _"libs"_. This distinction allows us to have a more modular architecture by following a separation of concerns methodology, incentivising the organisation of our source code and logic into smaller, more focused and highly cohesive units. +A typical Nx workspace is structured into _"apps"_ and _"libs"_. This distinction allows us to have a more modular architecture by following a separation of concerns methodology, incentivising the organization of our source code and logic into smaller, more focused and highly cohesive units. Nx automatically creates TypeScript path mappings in the `tsconfig.base.json` file, such that they can be easily consumed by other apps or libs.