From 1300c74b321785f2bb1fe2a633f7c509b2cea977 Mon Sep 17 00:00:00 2001 From: Lajos Veres Date: Thu, 27 Feb 2014 09:26:37 +0000 Subject: docs(changelog): fix typos --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777fedb1..41c85115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -201,7 +201,7 @@ The animation mock module has been renamed from `mock.animate` to `ngAnimateMock ## Breaking Changes - **$http:** due to [e1cfb195](https://github.com/angular/angular.js/commit/e1cfb1957feaf89408bccf48fae6f529e57a82fe), - it is now necessary to seperately specify default HTTP headers for PUT, POST and PATCH requests, as these no longer share a single object. + it is now necessary to separately specify default HTTP headers for PUT, POST and PATCH requests, as these no longer share a single object. To migrate your code, follow the example below: @@ -214,7 +214,7 @@ The animation mock module has been renamed from `mock.animate` to `ngAnimateMock After: - // POST, PUT and PATCH default headers must be specified seperately, + // POST, PUT and PATCH default headers must be specified separately, // as they do not share data. $httpProvider.defaults.headers.post = $httpProvider.defaults.headers.put = @@ -2364,7 +2364,7 @@ _Note: This release also contains all bug fixes available in [1.0.5](#1.0.5)._ - **ngClass:** keep track of old ngClass value manually ([5f5d4fea](https://github.com/angular/angular.js/commit/5f5d4feadbfa9d8ecc8150041dfd2bca2b2e9fea), [#1637](https://github.com/angular/angular.js/issues/1637)) - - **ngSwitch:** make ngSwitch compatible with controller backwards-compatiblity module + - **ngSwitch:** make ngSwitch compatible with controller backwards-compatibility module ([9b7c1d0f](https://github.com/angular/angular.js/commit/9b7c1d0f7ce442d4ad2ec587e66d2d335e64fa4e)) - **Filters:** - **date:** invert timezone sign and always display sign @@ -3720,7 +3720,7 @@ behavior and migrate your controllers one at a time: