Skip to content

Commit 76dfb94

Browse files
coliffpkozlowski-opensource
authored andcommitted
docs: changelog typo fixes
1 parent 4640146 commit 76dfb94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/zone.js/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ import 'zone.js/dist/zone';
402402
### Bug Fixes
403403

404404
- **zone.js:** don't rely on global node typings outside of node/ directory ([#31783](https://github.com/angular/angular/issues/31783)) ([5c9a896](https://github.com/angular/angular/commit/5c9a896))
405-
- **zone.js:** should expose some other internal intefaces ([#31866](https://github.com/angular/angular/issues/31866)) ([f5c605b](https://github.com/angular/angular/commit/f5c605b))
405+
- **zone.js:** should expose some other internal interfaces ([#31866](https://github.com/angular/angular/issues/31866)) ([f5c605b](https://github.com/angular/angular/commit/f5c605b))
406406

407407
<a name="0.10.0"></a>
408408

@@ -885,7 +885,7 @@ import 'zone.js/dist/zone';
885885
### Bug Fixes
886886

887887
- **core:** remove debugger ([#639](https://github.com/angular/zone.js/issues/639)) ([0534b19](https://github.com/angular/zone.js/commit/0534b19))
888-
- **error:** fix [#618](https://github.com/angular/zone.js/issues/618), ZoneAwareError should copy Error's static propeties ([#647](https://github.com/angular/zone.js/issues/647)) ([2d30914](https://github.com/angular/zone.js/commit/2d30914))
888+
- **error:** fix [#618](https://github.com/angular/zone.js/issues/618), ZoneAwareError should copy Error's static properties ([#647](https://github.com/angular/zone.js/issues/647)) ([2d30914](https://github.com/angular/zone.js/commit/2d30914))
889889
- **jasmine:** support "pending" `it` clauses with no test body ([96cb3d0](https://github.com/angular/zone.js/commit/96cb3d0)), closes [#659](https://github.com/angular/zone.js/issues/659)
890890
- **minification:** fix [#607](https://github.com/angular/zone.js/issues/607) to change catch variable name to error/err ([#609](https://github.com/angular/zone.js/issues/609)) ([33d0d8d](https://github.com/angular/zone.js/commit/33d0d8d))
891891
- **node:** patch crypto as macroTask and add test cases for crypto, remove http patch ([#612](https://github.com/angular/zone.js/issues/612)) ([9e81037](https://github.com/angular/zone.js/commit/9e81037))

vscode-ng-language-service/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1217,7 +1217,7 @@ New features:
12171217
- More detailed grammar scopes for template property binding syntax
12181218
- Textmate grammar for template event bindings
12191219
- Reenable probing language service and tsserver from active workspace
1220-
- Priortize workspace version when resolving ts and ng
1220+
- Prioritize workspace version when resolving ts and ng
12211221
- Add grammar for two-way bindings
12221222
- Trigger autocomplete on '$' character
12231223
- Upgrade `vscode-jsonrpc` to major version v5

0 commit comments

Comments
 (0)