File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ export const DefaultAmplify = {
21
21
* Configures Amplify with the {@link resourceConfig} and {@link libraryOptions}.
22
22
*
23
23
* @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.
26
26
*
27
27
* @example
28
28
* import config from './amplifyconfiguration.json';
@@ -76,7 +76,7 @@ export const DefaultAmplify = {
76
76
}
77
77
} ,
78
78
/**
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
80
80
* `Amplify.configure`.
81
81
*
82
82
* @returns An {@link ResourcesConfig} object.
You can’t perform that action at this time.
0 commit comments