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

Commit a7ae292

Browse files
committed
docs(error): improve the cacheFactory/iid.ngdoc
1 parent 58c0415 commit a7ae292

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/content/error/cacheFactory/iid.ngdoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
@fullName Invalid ID
44
@description
55

6-
This error occurs when trying to create a new `cacheFactory` object with a
7-
specified cache ID, but the cache ID is already taken.
6+
This error occurs when trying to create a new `cache` object via {@link api/ng.$cacheFactory} with an ID that was already used to create another cache object.
7+
8+
To resolve the error please use a different cache ID when calling `$cacheFactory`.

0 commit comments

Comments
 (0)