You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/develop-like-google.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ An empty workspace has several root-level configuration files and the folders fo
34
34
35
35
## Applications and Libraries
36
36
37
-
Nx supports two types of **projects**: applications from libraries.
37
+
Nx supports two types of **projects**: applications and libraries.
38
38
39
39
- An **application** is anything that can run in the browser or on the server. It's similar to a binary.
40
40
- 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