Skip to content

Commit 4836dac

Browse files
OKNoahpkozlowski-opensource
authored andcommitted
docs($http): fix markdown formatting
Closes angular#10571
1 parent 0e2ac3c commit 4836dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ function $HttpProvider() {
347347
* To add or overwrite these defaults, simply add or remove a property from these configuration
348348
* objects. To add headers for an HTTP method other than POST or PUT, simply add a new object
349349
* with the lowercased HTTP method name as the key, e.g.
350-
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }.
350+
* `$httpProvider.defaults.headers.get = { 'My-Header' : 'value' }`.
351351
*
352352
* The defaults can also be set at runtime via the `$http.defaults` object in the same
353353
* fashion. For example:

0 commit comments

Comments
 (0)