Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs($http): fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
alkis authored and vojtajina committed Jan 22, 2012
1 parent 0470ff0 commit f5343c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function $HttpProvider() {
* - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
* - `Accept: application/json, text/plain, * / *`
* - `X-Requested-With: XMLHttpRequest`
* - `$httpProvider.defaults.headers.post: (header defaults for HTTP POST requests)
* - `$httpProvider.defaults.headers.post`: (header defaults for HTTP POST requests)
* - `Content-Type: application/json`
* - `$httpProvider.defaults.headers.put` (header defaults for HTTP PUT requests)
* - `Content-Type: application/json`
Expand Down

0 comments on commit f5343c9

Please sign in to comment.