Skip to content

Commit

Permalink
Update configure-aws-amplify.md (#756)
Browse files Browse the repository at this point in the history
Fill in the missing word to agree with following 'are'.
  • Loading branch information
davidmsvetlecic authored Feb 9, 2024
1 parent e21deeb commit 737acf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _chapters/configure-aws-amplify.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
export default config;
```

Here we are loading the environment that are set from our serverless backend. We did this back when we were first [setting up our React app]({% link _chapters/create-a-new-reactjs-app.md %}).
Here we are loading the environment variables that are set from our serverless backend. We did this back when we were first [setting up our React app]({% link _chapters/create-a-new-reactjs-app.md %}).

### Add AWS Amplify

Expand Down

0 comments on commit 737acf4

Please sign in to comment.