From d16dc3d13cfeda5df8adf0cd1110df74a794b6f5 Mon Sep 17 00:00:00 2001 From: Jim Blanchard Date: Wed, 22 May 2024 13:49:37 -0500 Subject: [PATCH] chore: Update Amplify doc-string comment. --- packages/core/src/singleton/Amplify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/singleton/Amplify.ts b/packages/core/src/singleton/Amplify.ts index d3bcd33a2a4..76d4e5be9b4 100644 --- a/packages/core/src/singleton/Amplify.ts +++ b/packages/core/src/singleton/Amplify.ts @@ -116,6 +116,6 @@ export class AmplifyClass { * The `Amplify` utility is used to configure the library. * * @remarks - * `Amplify` is responsible for orchestrating cross-category communication within the library. + * `Amplify` orchestrates cross-category communication within the library. */ export const Amplify = new AmplifyClass();