Skip to content
Permalink
Browse files

docs($http): fix markdown formatting

Closes #10571
  • Loading branch information
OKNoah authored and pkozlowski-opensource committed Dec 24, 2014
1 parent 0e2ac3c commit 4836dacae68106523ebc2295f515002780d4e0c3
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/ng/http.js
@@ -347,7 +347,7 @@ function $HttpProvider() {
* To add or overwrite these defaults, simply add or remove a property from these configuration
* objects. To add headers for an HTTP method other than POST or PUT, simply add a new object
* with the lowercased HTTP method name as the key, e.g.
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }.
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`.
*
* The defaults can also be set at runtime via the `$http.defaults` object in the same
* fashion. For example:

0 comments on commit 4836dac

Please sign in to comment.
You can’t perform that action at this time.