diff --git a/src/ng/http.js b/src/ng/http.js index 27f8b62b192d..81ad9e699bcc 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -521,7 +521,7 @@ function $HttpProvider() { * * ``` * module.run(function($http) { - * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w' + * $http.defaults.headers.common.Authorization = 'Basic YmVlcDpib29w'; * }); * ``` *