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: aio/content/guide/universal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ The sample web server for this guide is based on the popular [Express](https://e
86
86
87
87
</div>
88
88
89
-
The `platform-server` package, which provides server implementations
89
+
The `platform-server` package, provides server implementations
90
90
of the DOM, `XMLHttpRequest`, and other low-level features that don't rely on a browser.
91
91
Compile the client application with the `platform-server` module (instead of the `platform-browser` module)
92
92
and run the resulting Universal app on a web server.
@@ -116,7 +116,7 @@ ng add @nguniversal/express-engine --clientProject <project-name>
116
116
117
117
</code-example>
118
118
119
-
The command install the required dependencies and creates the following folder structure.
119
+
The command installs the required dependencies and creates the following folder structure.
0 commit comments