Skip to content

Commit 46f75d3

Browse files
JonHolmanjayair
authored andcommitted
Fix minor typo (#407)
frotend to frontend
1 parent 7d1dd1d commit 46f75d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_chapters/automating-react-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ref: automating-react-deployments
88
comments_id: automating-react-deployments/188
99
---
1010

11-
Now that we have our backend deployed to production, we are ready to deploy our frotend to production as well! We'll be using a service called [Netlify](https://www.netlify.com) to do this. Netlify will not only host our React app, it'll also help automate our deployments. It's a little like what we did for our serverless API backend. We'll configure it so that it'll deploy our React app when we push our changes to Git. However, there are a couple of subtle differences between the way we configure our backend and frontend deployments.
11+
Now that we have our backend deployed to production, we are ready to deploy our frontend to production as well! We'll be using a service called [Netlify](https://www.netlify.com) to do this. Netlify will not only host our React app, it'll also help automate our deployments. It's a little like what we did for our serverless API backend. We'll configure it so that it'll deploy our React app when we push our changes to Git. However, there are a couple of subtle differences between the way we configure our backend and frontend deployments.
1212

1313
1. Netlify hosts the React app on their infrastructure. In the case of our serverless API backend, it was hosted on our AWS account.
1414

0 commit comments

Comments
 (0)