Skip to content

Commit

Permalink
Fix typo in description of the use of amplify_outputs.json (Angular) (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaurelien authored Dec 10, 2024
1 parent df591e1 commit f9341e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ Now move the `amplify_outputs.json` file you downloaded above to the root of you
```

<Accordion title='amplify_outputs.json' headingLevel='4' eyebrow='Learn more'>
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.
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.
</Accordion>


Expand Down

0 comments on commit f9341e8

Please sign in to comment.