From 94948a23232fee5fa5f07e24281558cbcee8128f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Tue, 3 Apr 2018 11:51:34 -0300 Subject: [PATCH] Typo on string #017 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae3600f..d602dac 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ An application must be packaged into a container to deploy on Kubernetes. Docker In this Code Pattern, we will deploy a React application using Kubernetes. -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. +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. When the reader has completed this Code Pattern, they will understand how to: * Containerize a React application using Docker