Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris F <[email protected]>
  • Loading branch information
HuiSF and cshfang committed Nov 3, 2023
1 parent 5046ce2 commit 5473a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/aws-amplify/src/initSingleton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const DefaultAmplify = {
* Configures Amplify with the {@link resourceConfig} and {@link libraryOptions}.
*
* @param resourceConfig The {@link ResourcesConfig} object that is typically imported from the
* `amplifyconfiguration.json` file. It can also be an object literal created inline by calling `Amplify.configure`.
* @param libraryOptions The {@link LibraryOptions} object contains configuration for the library of each category.
* `amplifyconfiguration.json` file. It can also be an object literal created inline when calling `Amplify.configure`.
* @param libraryOptions The {@link LibraryOptions} additional options for the library.
*
* @example
* import config from './amplifyconfiguration.json';
Expand Down Expand Up @@ -76,7 +76,7 @@ export const DefaultAmplify = {
}
},
/**
* Returns the {@link ResourcesConfig} object passed in as the `libraryOptions` parameter of calling
* Returns the {@link ResourcesConfig} object passed in as the `resourceConfig` parameter when calling
* `Amplify.configure`.
*
* @returns An {@link ResourcesConfig} object.
Expand Down

0 comments on commit 5473a25

Please sign in to comment.