Skip to content

Commit 31c7bc1

Browse files
thapasusheeldylhunn
authored andcommitted
docs: fixed typos (angular#52297)
PR Close angular#52297
1 parent 3598d21 commit 31c7bc1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

aio/content/guide/doc-github-tasks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Because both branches include commits 1-7, they now have the same content.
471471

472472
### Merging your work into a changed main branch
473473

474-
Being able to `fast-foward` a merge is simple.
474+
Being able to `fast-forward` a merge is simple.
475475
Unfortunately, in a repo like `angular/angular` that has many contributors, the main branch is changing frequently.
476476
A more likely scenario is illustrated here, where the `main` branch changed while you're working on your changes in the `working` branch.
477477
The resulting branches could be imagined as the following illustration.

integration/update-lock-files.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* Script that deletes all `yarn.lock` files for integration tests and
5-
* re-builds them from scratch. This script is useful as lock fils in
5+
* re-builds them from scratch. This script is useful as lock files in
66
* integration tests are not necessarily up-to-date, given dependencies
77
* being linked from the root `/package.json`, or locally-built 1st party
88
* packages being used from tarball archives.

packages/compiler-cli/src/ngtsc/imports/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Because the first import of an NgModule from a user library to a `.d.ts` is alwa
121121
Aliasing is currently used in two cases:
122122

123123
1. To address strict dependency checking issues when using a `UnifiedModulesHost`.
124-
2. To support dependening on non-Angular Package Format packages (e.g. private libraries in monorepos) which do not have an entrypoint file through which all directives/pipes/modules are exported.
124+
2. To support depending on non-Angular Package Format packages (e.g. private libraries in monorepos) which do not have an entrypoint file through which all directives/pipes/modules are exported.
125125

126126
In environments with "strict dependency checking" as described above, an NgModule which exports another NgModule from one of its dependencies needs to export its directives/pipes as well, in order to make them available to the downstream compiler.
127127

packages/zone.js/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ the task is explicitly cancelled, e.g with `clearInterval(id)`.
132132
- **zone.js:** fix several test cases which trigger `done()` multiple times ([#45025](https://github.com/angular/angular/issues/45025)) ([d5565cc](https://github.com/angular/angular/commit/d5565ccdb4573a47eb329b09c6852c1ae39672a6))
133133
- **zone.js:** only one listener should also re-throw an error correctly ([#41868](https://github.com/angular/angular/issues/41868)) ([299f92c](https://github.com/angular/angular/commit/299f92c3b62a43c94cff4a204f9e41c46a159efc)), closes [#41867](https://github.com/angular/angular/issues/41867) [/github.com/angular/angular/pull/41562#issuecomment-822696973](https://github.com//github.com/angular/angular/pull/41562/issues/issuecomment-822696973)
134134
- **zone.js:** patch global instead of Mocha object ([#45047](https://github.com/angular/angular/issues/45047)) ([8efbdb5](https://github.com/angular/angular/commit/8efbdb57c11a6c632f69d7e142a632b6a853fa46)), closes [#42834](https://github.com/angular/angular/issues/42834)
135-
- **zone.js:** should continue to executue listeners when throw error ([#41562](https://github.com/angular/angular/issues/41562)) ([008eaf3](https://github.com/angular/angular/commit/008eaf3b7df90b2cdd9c83e229d23d4014d6dbc9)), closes [#41522](https://github.com/angular/angular/issues/41522)
135+
- **zone.js:** should continue to execute listeners when throw error ([#41562](https://github.com/angular/angular/issues/41562)) ([008eaf3](https://github.com/angular/angular/commit/008eaf3b7df90b2cdd9c83e229d23d4014d6dbc9)), closes [#41522](https://github.com/angular/angular/issues/41522)
136136
- **zone.js:** update several flaky cases ([#41526](https://github.com/angular/angular/issues/41526)) ([25a83eb](https://github.com/angular/angular/commit/25a83eb264aa19fc4616cea45e04d790b9bcd777)), closes [#41434](https://github.com/angular/angular/issues/41434)
137137

138138
### Features

packages/zone.js/NON-STANDARD-APIS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ import 'zone.js/mix'; // add zone-mix to patch both Browser and Nodejs
198198
import 'zone.js/plugins/zone-patch-electron'; // add zone-patch-electron to patch Electron native API
199199
```
200200

201-
there is a sampel repo [zone-electron](https://github.com/JiaLiPassion/zone-electron).
201+
there is a sample repo [zone-electron](https://github.com/JiaLiPassion/zone-electron).
202202

203203
* socket.io-client
204204

@@ -224,7 +224,7 @@ detail usage.
224224
provide a helper method to patch jsonp. Because jsonp has a lot of implementation, so
225225
user need to provide the information to let json `send` and `callback` in zone.
226226

227-
there is a sampel repo [zone-jsonp](https://github.com/JiaLiPassion/test-zone-js-with-jsonp) here,
227+
there is a sample repo [zone-jsonp](https://github.com/JiaLiPassion/test-zone-js-with-jsonp) here,
228228
sample usage is:
229229

230230
```javascript

0 commit comments

Comments
 (0)