Skip to content

Commit ee48d64

Browse files
committed
fixup! docs: update universal guide to use ng add
1 parent e403cf6 commit ee48d64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aio/content/guide/universal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The sample web server for this guide is based on the popular [Express](https://e
8686

8787
</div>
8888

89-
The `platform-server` package, which provides server implementations
89+
The `platform-server` package, provides server implementations
9090
of the DOM, `XMLHttpRequest`, and other low-level features that don't rely on a browser.
9191
Compile the client application with the `platform-server` module (instead of the `platform-browser` module)
9292
and run the resulting Universal app on a web server.
@@ -116,7 +116,7 @@ ng add @nguniversal/express-engine --clientProject <project-name>
116116

117117
</code-example>
118118

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.
120120

121121
<code-example format="." language="none" linenums="false">
122122
src/
@@ -137,7 +137,7 @@ webpack.server.config.js <i>* webpack server configuration</i>
137137

138138
The files marked with `*` are newly generated files.
139139

140-
A few handy scripts will be added in the `scripts` section of the `package.json`.
140+
A few handy scripts are also added in the `scripts` section of the `package.json`.
141141

142142
<code-example format="." language="none" linenums="false">
143143
compile:server <i>compile the `server.ts` file and bundle all dependencies</i>

0 commit comments

Comments
 (0)