docs(misc): fix typo in nx usage at enterprises doc (#17959)

This commit is contained in:
Leosvel Pérez Espinosa 2023-07-10 14:13:57 +01:00 committed by GitHub
parent 878955b50d
commit 7c642e6dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ starting point not the definite list of what you must and must not do.
- Apps configure dependency injection and wire up libraries. They should not contain any components, services, or - Apps configure dependency injection and wire up libraries. They should not contain any components, services, or
business logic. business logic.
- Libs contain services, components, utilities, etc. They have well-defined public API. - Libs contain services, components, utilities, etc. They have well-defined public API.
A typical Nx workspace has many more libs than apps, so pay especially careful attention to the organization of the libs A typical Nx workspace has many more libs than apps, so pay especially careful attention to the organization of the libs
directory. directory.