Skip to content

Commit 6dd571d

Browse files
authored
Merge pull request #3118 from vaisajuh/source
Fix typo
2 parents f8b4211 + cc8ac61 commit 6dd571d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ This illustrates what we are looking for and may be helpful if you are having tr
619619
620620
Finally, it is time to put all the pieces together. Before starting, it is essential to understand <i>where</i> the React app is actually run. The above figure might give the impression that React app is run in the container but it is totally wrong.
621621

622-
It is just the <i>React app source code</i> that is in the container. When the browser hits the address http://loclhost:8080 (assuming that you set up Nginx to be accessed in port 8080), the React source code gets downloaded from the container to the browser:
622+
It is just the <i>React app source code</i> that is in the container. When the browser hits the address http://localhost:8080 (assuming that you set up Nginx to be accessed in port 8080), the React source code gets downloaded from the container to the browser:
623623

624624
![](../../images/12/nginx-setup.png)
625625

0 commit comments

Comments
 (0)