Skip to content

Commit 98b4f42

Browse files
shlangusfilipesilva
authored andcommitted
docs: fix typos
1 parent 4d866b0 commit 98b4f42

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/documentation/angular-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- *environmentSource* (`string`): Source file for environment config.
3232
- *environments* (`object`): Name and corresponding file for environment config.
3333

34-
- **e2e**: Confirguration for end-to-end tests.
34+
- **e2e**: Configuration for end-to-end tests.
3535
- *protractor*
3636
- *config* (`string`): Path to the config file.
3737

docs/documentation/e2e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Please note that options that are supported by `ng serve` are also supported by
6161
</details>
6262

6363
<details>
64-
<summary>webdrive-update</summary>
64+
<summary>webdriver-update</summary>
6565
<p>
66-
<code>--webdrive-update</code> (aliases: <code>-wu</code>) <em>default value: true</em>
66+
<code>--webdriver-update</code> (aliases: <code>-wu</code>) <em>default value: true</em>
6767
</p>
6868
<p>
6969
Try to update webdriver.

docs/documentation/stories/universal-rendering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ npm install --save @angular/platform-server @nguniversal/module-map-ngfactory-
2828

2929
## Step 1: Prepare your App for Universal rendering
3030

31-
The first thing you need to do is make your `AppModule` compatible with Universal by addding `.withServerTransition()` and an application ID to your `BrowserModule` import:
31+
The first thing you need to do is make your `AppModule` compatible with Universal by adding `.withServerTransition()` and an application ID to your `BrowserModule` import:
3232

3333

3434
### src/app/app.module.ts:
@@ -136,7 +136,7 @@ Then, remove the `"polyfills"` key - those aren't needed on the server, and adju
136136
"apps": [
137137
{
138138
// Keep your original application config intact here, this is app 0
139-
// -EXCEPT- for outDir, udpate it to dist/browser
139+
// -EXCEPT- for outDir, update it to dist/browser
140140
"outDir": "dist/browser" // <-- update this
141141
},
142142
{

0 commit comments

Comments
 (0)