Skip to content

Commit 7eadf2e

Browse files
HarshitChhipajosephperrott
authored andcommitted
docs: correct some spellings (angular#40322)
PR Close angular#40322
1 parent c130812 commit 7eadf2e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

aio/aio-builds-setup/docs/overview--general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ More info on the possible HTTP status codes and their meaning can be found
6969

7070

7171
### Updating PR visibility
72-
- nginx receives a natification that a PR has been updated and passes it through to the
72+
- nginx receives a notification that a PR has been updated and passes it through to the
7373
preview-server. This could, for example, be sent by a GitHub webhook every time a PR's labels
7474
change.
7575
E.g.: `ngbuilds.io/pr-updated` (payload: `{"number":<PR>,"action":"labeled"}`)

aio/aio-builds-setup/docs/overview--scripts-and-commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ purposes. Each command is backed by a corresponding script inside
6161
for more info.
6262

6363
- `aio-dev-mode`:
64-
Links external source files (from the Docker host) to interal source files (in the Docker
64+
Links external source files (from the Docker host) to internal source files (in the Docker
6565
container). This makes it easier to use an IDE to edit files in the host that are then
6666
tested in the container. See the [debugging docs](misc--debug-docker-container.md) for more info.

aio/aio-builds-setup/docs/overview--security-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This section describes how each of the aforementioned sub-tasks is accomplished:
6969
We perform a number of preliminary checks:
7070
- Was the webhook triggered by the designated CircleCI job (currently `aio_preview`)?
7171
- Was the build successful?
72-
- Are the associated GitHub organisation and repository what we expect (e.g. `angular/angular`)?
72+
- Are the associated GitHub organization and repository what we expect (e.g. `angular/angular`)?
7373
- Has the PR touched any files that might affect the angular.io app (currently the `aio/` or
7474
`packages/` directories, ignoring spec files)?
7575

aio/content/guide/cli-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Pass an empty string to remove the status.
106106

107107
<code-example
108108
path="cli-builder/src/my-builder.ts"
109-
header="src/my-builder.ts (progess reporting)"
109+
header="src/my-builder.ts (progress reporting)"
110110
region="progress-reporting">
111111
</code-example>
112112

aio/tools/examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The [example-boilerplate.js](./example-boilerplate.js) script installs the depen
136136

137137
It also contains a function to remove all the boilerplate.
138138
It uses `git clean -xdf` to do the job.
139-
It will remove all files that are not tracked by git, **including any new files that you are working on that haven't been stageg yet.**
139+
It will remove all files that are not tracked by git, **including any new files that you are working on that haven't been staged yet.**
140140
So, be sure to commit your work before removing the boilerplate.
141141

142142

docs/BAZEL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ yarn bazel analyze-profile filename_name.profile --task_tree ".*"
209209
```
210210

211211
To show all tasks that take longer than a certain threshold, use the `--task_tree_threshold` flag.
212-
The default behaviour is to use a 50ms threshold.
212+
The default behavior is to use a 50ms threshold.
213213
```
214214
yarn bazel analyze-profile filename_name.profile --task_tree ".*" --task_tree_threshold 5000
215215
```

docs/TRIAGE_AND_LABELS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Detailed triage can be done by anyone familiar with the issue subject matter.
7474

7575
Gauge whether the issue has enough information to act upon. This typically includes a test case
7676
via StackBlitz or GitHub and steps to reproduce. If the issue may be legitimate but needs more
77-
information, add the "needs clarification" label. These labels can be revisted if the author can
77+
information, add the "needs clarification" label. These labels can be revisited if the author can
7878
provide further clarification. If the issue does have enough information, move on to step 2.
7979

8080
### Step 2: Bug, feature, or discussion?
@@ -168,7 +168,7 @@ Targeting an active release train:
168168

169169
Special Cases:
170170
* `target: rc`: A critical fix for an active release-train while it is in a feature freeze or RC phase
171-
* `target: lts`: A criticial fix for a specific release-train that is still within the long term support phase
171+
* `target: lts`: A critical fix for a specific release-train that is still within the long term support phase
172172

173173

174174
Notes:

0 commit comments

Comments
 (0)