From 919abd93bf3edece17a7bbdeab853363fd72b2cd Mon Sep 17 00:00:00 2001 From: BoussonKarel <55881713+BoussonKarel@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:20:28 +0200 Subject: [PATCH] docs: typo in hasChangedRelationships description --- packages/json-api/src/-private/cache.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/json-api/src/-private/cache.ts b/packages/json-api/src/-private/cache.ts index 54adbb2b3c8..b7577a33db5 100644 --- a/packages/json-api/src/-private/cache.ts +++ b/packages/json-api/src/-private/cache.ts @@ -1188,7 +1188,7 @@ export default class JSONAPICache implements Cache { } /** - * Query the cache for whether any mutated attributes exist + * Query the cache for whether any mutated relationships exist * * @method hasChangedRelationships * @public