From 76d54e9345f8bcb879e38ad746491b8638d2be81 Mon Sep 17 00:00:00 2001
From: acammies <acammies@redhat.com>
Date: Mon, 09 Apr 2018 12:03:16 +0200
Subject: [PATCH] minor grammatical changes

---
 exercises/2-attack-of-the-pipelines/README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exercises/2-attack-of-the-pipelines/README.md b/exercises/2-attack-of-the-pipelines/README.md
index b8fe99d..8e5e646 100644
--- a/exercises/2-attack-of-the-pipelines/README.md
+++ b/exercises/2-attack-of-the-pipelines/README.md
@@ -92,7 +92,7 @@
 $ npm install
 ```
 
-2. The `todolist-fe` has some scripts defined in the package.json at the root of the project. To Run any of these scripts run `npm run <SCRIPT_NAME>`. Let's start by serving our application
+2. The `todolist-fe` has some scripts defined in the package.json at the root of the project. To run any of these scripts run `npm run <SCRIPT_NAME>`. Let's start by serving our application
  ![npm-scripts](../images/exercise2/npm-scripts.png)
 ```bash
 npm run serve
@@ -329,7 +329,7 @@
     2. Patch / set the DeploymentConfig to the image's `${BUILD_TAG}`
     3. Rollout the changes
     4. Verify the deployment
-We will now to through these steps in detail.
+* We will now go through these steps in detail.
 
 #### Part 4a - Build
 
@@ -345,7 +345,7 @@
 
 5. Scroll down to the Build Environment tab and select the `Color ANSI Console Output` checkbox ![ansi](../images/exercise2/ansi.png)
 
-5. Move on to the Build section and select `Add build step`. From the dropdown select `Execute Shell`. On the box tha appears; insert the following, to build package and deploy our app to Nexus:
+5. Move on to the Build section and select `Add build step`. From the dropdown select `Execute Shell`. On the box that appears; insert the following, to build package and deploy our app to Nexus:
 ```bash
 #!/bin/bash
 set -o xtrace

--
Gitblit v1.9.3