Skip to content

Commit 4fb66c5

Browse files
authored
fix: a typo (#7715)
1 parent 7ccf631 commit 4fb66c5

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/reference/amplify_outputs

1 file changed

+1
-1
lines changed

src/pages/[platform]/reference/amplify_outputs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also manually create this file for a specified Amplify app ID and branch
3737

3838
## Extending Amplify outputs file
3939

40-
The `amplify_outputs.json` file is not just a static artifact; it iss designed to be extendable to suit the evolving needs of your application. By leveraging the `addOutput` method from your `backend`, you can programmatically add configurations. This is particularly useful for customizing outputs that are not directly exposed through the Amplify constructs or for dynamically adjusting your app's configuration in response to changes in your backend strategy.
40+
The `amplify_outputs.json` file is not just a static artifact; it is designed to be extendable to suit the evolving needs of your application. By leveraging the `addOutput` method from your `backend`, you can programmatically add configurations. This is particularly useful for customizing outputs that are not directly exposed through the Amplify constructs or for dynamically adjusting your app's configuration in response to changes in your backend strategy.
4141

4242
<Callout warning>
4343

0 commit comments

Comments
 (0)