Skip to content

Commit ce46b3b

Browse files
coderbydesignellimist
authored andcommitted
docs($resource): add minor clarification
Closes angular#15711
1 parent 4473950 commit ce46b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngResource/resource.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ function shallowClearAndCopy(src, dst) {
174174
* set `transformResponse` to an empty array: `transformResponse: []`
175175
* - **`cache`** – `{boolean|Cache}` – If true, a default $http cache will be used to cache the
176176
* GET request, otherwise if a cache instance built with
177-
* {@link ng.$cacheFactory $cacheFactory}, this cache will be used for
177+
* {@link ng.$cacheFactory $cacheFactory} is supplied, this cache will be used for
178178
* caching.
179179
* - **`timeout`** – `{number}` – timeout in milliseconds.<br />
180180
* **Note:** In contrast to {@link ng.$http#usage $http.config}, {@link ng.$q promises} are

0 commit comments

Comments
 (0)