From 8c2b86b04efd65b43daa64d8d3a1e1d3a9605837 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Mon, 23 Apr 2018 12:45:20 +0200
Subject: [PATCH] FIX - broken layout

---
 exercises/5-non-functionals-strike-back/README.md |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/exercises/5-non-functionals-strike-back/README.md b/exercises/5-non-functionals-strike-back/README.md
index 3b35937..60909d6 100644
--- a/exercises/5-non-functionals-strike-back/README.md
+++ b/exercises/5-non-functionals-strike-back/README.md
@@ -197,11 +197,10 @@
         }
 ```
 
-3. We will add a new step to our `stage("node-build"){ }` section to lint the Javascript code. After the `npm install`; add a command to run the linting! 
+3. We will add a new step to our `stage("node-build"){ }` section to lint the Javascript code. After the `npm install`; add a command to run the linting.
 ```groovy
 echo '### Install deps ###'
 sh 'npm install'
-
 echo '### Running linting ###'
 sh 'npm run lint:ci'
 ```

--
Gitblit v1.9.3