Skip to content

Commit d93d5a0

Browse files
Rodolfo Beccari de Oliveiravsavkin
Rodolfo Beccari de Oliveira
authored andcommitted
docs(nx): fix sentence on 'Developing Like Google' section
Changing 'Nx supports two types of **projects**: applications from libraries' to 'Nx supports two types of **projects**: applications and libraries.'
1 parent 704a987 commit d93d5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/develop-like-google.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ An empty workspace has several root-level configuration files and the folders fo
3434

3535
## Applications and Libraries
3636

37-
Nx supports two types of **projects**: applications from libraries.
37+
Nx supports two types of **projects**: applications and libraries.
3838

3939
- An **application** is anything that can run in the browser or on the server. It's similar to a binary.
4040
- A **library** is a piece of code with a well-defined public API. A library can be imported into another library or application. You cannot run a library.

0 commit comments

Comments
 (0)