We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84b968 commit 7ec99fcCopy full SHA for 7ec99fc
src/ng/http.js
@@ -253,7 +253,7 @@ function $HttpProvider() {
253
*
254
* - **`defaults.cache`** - {Object} - an object built with {@link ng.$cacheFactory `$cacheFactory`}
255
* that will provide the cache for all requests who set their `cache` property to `true`.
256
- * If you set the `default.cache = false` then only requests that specify their own custom
+ * If you set the `defaults.cache = false` then only requests that specify their own custom
257
* cache object will be cached. See {@link $http#caching $http Caching} for more information.
258
259
* - **`defaults.xsrfCookieName`** - {string} - Name of cookie containing the XSRF token.
0 commit comments