From 6eb15cb1143cfbc291810708d6727c398878de17 Mon Sep 17 00:00:00 2001 From: Trotyl Yu Date: Mon, 25 Sep 2017 23:14:22 +0800 Subject: [PATCH] docs(changelog): fix typo Closes #16242 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 405590f5c0ea..3811e52cdfcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11637,7 +11637,7 @@ There are no breaking changes in this release (promise!) [#4437](https://github.com/angular/angular.js/issues/4437), [#4874](https://github.com/angular/angular.js/issues/4874)) - **minErr:** remove references to internal APIs ([94764ee0](https://github.com/angular/angular.js/commit/94764ee08910726db1db7a1101c3001500306dea)) -- **ngIf:** don't create multiple elements when changing from a truthy value to another thruthy value +- **ngIf:** don't create multiple elements when changing from a truthy value to another truthy value ([4612705e](https://github.com/angular/angular.js/commit/4612705ec297bc6ba714cb7a98f1be6aff77c4b8), [#4852](https://github.com/angular/angular.js/issues/4852)) - **urlUtils:**