From ed27e0ea6a795c1fd593e6fd2d0f584d811cdb1a Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Wed, 17 Jun 2015 14:35:25 +0100 Subject: [PATCH] docs(CHANGELOG): fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f3407575f4..fbd9e3bcb7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ [#12099](https://github.com/angular/angular.js/issues/12099)) ([d19504a1](https://github.com/angular/angular.js/commit/d19504a179355d7801d59a8db0285a1322e04601), [#11959](https://github.com/angular/angular.js/issues/11959)) -- **$sanitize:** dont not remove `tabindex` attribute +- **$sanitize:** do not remove `tabindex` attribute ([799353c7](https://github.com/angular/angular.js/commit/799353c75de28e6fbf52dac6e0721e85b578575a), [#8371](https://github.com/angular/angular.js/issues/8371), [#5853](https://github.com/angular/angular.js/issues/5853)) - **compile:** assign controller return values correctly for multiple directives