Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit c5e3242

Browse files
author
Rizchel Dayao
authored
Merge pull request #4 from kant/patch-3
Typo on string #17
2 parents 12b149e + 94948a2 commit c5e3242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ An application must be packaged into a container to deploy on Kubernetes. Docker
1414

1515
In this Code Pattern, we will deploy a React application using Kubernetes.
1616

17-
This repository uses the React Javascript library alongisde Redux to build out the front end of the application. The OMDb API is used to get movie information based on user input. Redux handles the data between the application and the API, as well as the state between components. Docker is used to package the application and Kubernetes is used to deploy the container.
17+
This repository uses the React Javascript library alongside Redux to build out the front end of the application. The OMDb API is used to get movie information based on user input. Redux handles the data between the application and the API, as well as the state between components. Docker is used to package the application and Kubernetes is used to deploy the container.
1818

1919
When the reader has completed this Code Pattern, they will understand how to:
2020
* Containerize a React application using Docker

0 commit comments

Comments
 (0)