docs($http): fix auth default headers example

This commit is contained in:
cgwyllie
2014-02-13 09:38:10 +00:00
committed by linclark
parent b2363e3102
commit 2c4b3573cc

View File

@@ -277,7 +277,7 @@ function $HttpProvider() {
*
* ```
* module.run(function($http) {
* $http.defaults.headers.common.Authentication = 'Basic YmVlcDpib29w'
* $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'
* });
* ```
*