Skip to content

Commit

Permalink
Fix typo in description of the use of amplify_outputs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaurelien authored Dec 6, 2024
1 parent 9e1687c commit 3f15a56
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 3f15a56

Please sign in to comment.