Skip to content

Commit 5915a86

Browse files
HuiSFcshfang
andauthored
Apply suggestions from code review
Co-authored-by: Chris F <[email protected]>
1 parent 0999a73 commit 5915a86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/aws-amplify/src/initSingleton.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export const DefaultAmplify = {
2121
* Configures Amplify with the {@link resourceConfig} and {@link libraryOptions}.
2222
*
2323
* @param resourceConfig The {@link ResourcesConfig} object that is typically imported from the
24-
* `amplifyconfiguration.json` file. It can also be an object literal created inline by calling `Amplify.configure`.
25-
* @param libraryOptions The {@link LibraryOptions} object contains configuration for the library of each category.
24+
* `amplifyconfiguration.json` file. It can also be an object literal created inline when calling `Amplify.configure`.
25+
* @param libraryOptions The {@link LibraryOptions} additional options for the library.
2626
*
2727
* @example
2828
* import config from './amplifyconfiguration.json';
@@ -76,7 +76,7 @@ export const DefaultAmplify = {
7676
}
7777
},
7878
/**
79-
* Returns the {@link ResourcesConfig} object passed in as the `libraryOptions` parameter of calling
79+
* Returns the {@link ResourcesConfig} object passed in as the `resourceConfig` parameter when calling
8080
* `Amplify.configure`.
8181
*
8282
* @returns An {@link ResourcesConfig} object.

0 commit comments

Comments
 (0)