Skip to content

Commit 09d2ccd

Browse files
authored
Update part3b.md
Typo
1 parent 1f08210 commit 09d2ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ The setup that is ready for a product deployment looks as follows:
339339
340340
![diagram of deployment ready react app](../../images/3/101.png)
341341
342-
Unlike when running the app in a development environment, everything is now in the same node/express-backend that runs in localhost:3001. When the browser goes to the page, the file <i>index.html</i> is rendered. That causes the browser to fetch the product version of the React app. Once it starts to run, it fetches the json-data from the address localhost:3001/api/notes.
342+
Unlike when running the app in a development environment, everything is now in the same node/express-backend that runs in localhost:3001. When the browser goes to the page, the file <i>index.html</i> is rendered. That causes the browser to fetch the production version of the React app. Once it starts to run, it fetches the json-data from the address localhost:3001/api/notes.
343343
344344
### The whole app to the internet
345345

0 commit comments

Comments
 (0)