Skip to content

Commit

Permalink
chore: Update Amplify doc-string comment (#13411)
Browse files Browse the repository at this point in the history
chore: Update Amplify doc-string comment.
  • Loading branch information
jimblanc authored May 22, 2024
1 parent 0b72b32 commit 6a2b992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/singleton/Amplify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();

0 comments on commit 6a2b992

Please sign in to comment.