Skip to content

Commit

Permalink
docs(core): fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
juristr committed Mar 29, 2022
1 parent c2c3cf5 commit 3c6f880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 allow us to have a more modular architectures 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 organisation 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.

Expand Down

1 comment on commit 3c6f880

@vercel
Copy link

@vercel vercel bot commented on 3c6f880 Mar 29, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.