From 34686eafef66dd4a799d816d2c2c59a19e00bd98 Mon Sep 17 00:00:00 2001 From: Francisco Rodriguez Date: Wed, 20 Sep 2023 10:39:37 -0700 Subject: [PATCH] Update packages/aws-amplify/src/datastore/index.ts Co-authored-by: Jim Blanchard --- packages/aws-amplify/src/datastore/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aws-amplify/src/datastore/index.ts b/packages/aws-amplify/src/datastore/index.ts index 77cab5cfbe3..61650c4811c 100644 --- a/packages/aws-amplify/src/datastore/index.ts +++ b/packages/aws-amplify/src/datastore/index.ts @@ -2,6 +2,6 @@ // SPDX-License-Identifier: Apache-2.0 /* -This file maps exports from `aws-amplify/api`. It provides access to the default API provider and category utils. +This file maps exports from `aws-amplify/datastore`. It provides access to DataStore APIs and category utils. */ export * from '@aws-amplify/datastore';