Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c98d6a

Browse files
committed
docs(http): don't use locale-specific uri for MDN link
1 parent acad09e commit 8c98d6a

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
@@ -505,7 +505,7 @@ function $HttpProvider() {
505505
* - **timeout** – `{number|Promise}` – timeout in milliseconds, or {@link ng.$q promise}
506506
* that should abort the request when resolved.
507507
* - **withCredentials** - `{boolean}` - whether to set the `withCredentials` flag on the
508-
* XHR object. See [requests with credentials](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
508+
* XHR object. See [requests with credentials](https://developer.mozilla.org/docs/Web/HTTP/Access_control_CORS#Requests_with_credentials)
509509
* for more information.
510510
* - **responseType** - `{string}` - see
511511
* [requestType](https://developer.mozilla.org/en-US/docs/DOM/XMLHttpRequest#responseType).

0 commit comments

Comments
 (0)