Skip to content

Commit 2c10cf8

Browse files
Schneiderdgp1130
Schneider
authored andcommitted
docs: fix typos in multiple files
1 parent 4e65705 commit 2c10cf8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/documentation/stories/create-library.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can read more about publishing on npm here:
7474
https://docs.npmjs.com/getting-started/publishing-npm-packages
7575

7676

77-
## Why do I need to build the library everytime I make changes?
77+
## Why do I need to build the library every time I make changes?
7878

7979
Running `ng build my-lib` every time you change a file is bothersome and takes time.
8080
In `Angular CLI` version `6.2` an incremental builds functionality has been added to improve the experience of library developers.

docs/process/release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Run `npm login`:
119119
* The app will start showing two-factor codes, enter one into the
120120
`npm login` prompt.
121121

122-
Once sucessfully logged in, it is time to publish.
122+
Once successfully logged in, it is time to publish.
123123

124124
### Publishing
125125

packages/angular/cli/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ To capture a CPU profiling, you can:
237237
* on Windows: ̀̀`setx NG_CLI_PROFILING my-profile`
238238

239239
Then, just run the ng command on which you want to capture a CPU profile.
240-
You will then obtain a `my-profile.cpuprofile` file in the folder from wich you ran the ng command.
240+
You will then obtain a `my-profile.cpuprofile` file in the folder from which you ran the ng command.
241241

242242
You can use the Chrome Devtools to process it. To do so:
243243
1. open `chrome://inspect/#devices` in Chrome

packages/angular_devkit/core/src/experimental/jobs/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This seems like a lot of boilerplate in comparison, but there are a few advantag
9090

9191
## Diagram
9292
A simpler way to think about jobs in contrast to observables is that job are closer to a Unix
93-
process. It has an argument (command line flags), receive inputs (STDIN and interupt signals),
93+
process. It has an argument (command line flags), receive inputs (STDIN and interrupt signals),
9494
and output values (STDOUT) as well as diagnostic (STDERR). They can be plugged one into another
9595
(piping), and can be transformed, synchronized and scheduled (fork, exec, cron).
9696

0 commit comments

Comments
 (0)