Skip to content

Commit f9341e8

Browse files
Fix typo in description of the use of amplify_outputs.json (Angular) (#8152)
1 parent df591e1 commit f9341e8

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

+1-1
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)