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

Commit f5343c9

Browse files
alkisvojtajina
authored andcommitted
docs($http): fix missing quote
1 parent 0470ff0 commit f5343c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function $HttpProvider() {
213213
* - `$httpProvider.defaults.headers.common` (headers that are common for all requests):
214214
* - `Accept: application/json, text/plain, * / *`
215215
* - `X-Requested-With: XMLHttpRequest`
216-
* - `$httpProvider.defaults.headers.post: (header defaults for HTTP POST requests)
216+
* - `$httpProvider.defaults.headers.post`: (header defaults for HTTP POST requests)
217217
* - `Content-Type: application/json`
218218
* - `$httpProvider.defaults.headers.put` (header defaults for HTTP PUT requests)
219219
* - `Content-Type: application/json`

0 commit comments

Comments
 (0)