Skip to content

Commit 3f15a56

Browse files
Fix typo in description of the use of amplify_outputs.json
1 parent 9e1687c commit 3f15a56

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/start/quickstart

1 file changed

+1
-1
lines changed

src/pages/[platform]/start/quickstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ Now move the `amplify_outputs.json` file you downloaded above to the root of you
10511051
```
10521052

10531053
<Accordion title='amplify_outputs.json' headingLevel='4' eyebrow='Learn more'>
1054-
The **amplify_outputs.json** file contains backend endpoint information, publicly-viewable API keys, authentication flow information, and more. The Amplify client library uses this outputs file to connect to your Amplify Backend. You can review how the outputs file is imported within the `main.tsx` file and then passed into the `Amplify.configure(...)` function of the Amplify client library.
1054+
The **amplify_outputs.json** file contains backend endpoint information, publicly-viewable API keys, authentication flow information, and more. The Amplify client library uses this outputs file to connect to your Amplify Backend. You can review how the outputs file is imported within the `app.component.ts` file and then passed into the `Amplify.configure(...)` function of the Amplify client library.
10551055
</Accordion>
10561056

10571057

0 commit comments

Comments
 (0)