From 938d27a1f148fbf1d440e0e8c1c3d109bb031e1f Mon Sep 17 00:00:00 2001 From: Dmitry Harnitski Date: Thu, 20 Apr 2017 14:47:02 -0400 Subject: [PATCH] minor formatting fix ** Attention ** --- en/07.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/07.4.md b/en/07.4.md index 8543f254..6f1772df 100644 --- a/en/07.4.md +++ b/en/07.4.md @@ -144,7 +144,7 @@ If you need to check for conditions in templates, you can use the `if-else` synt As you can see, it's easy to use `if-else` in templates. -** Attention ** You CANNOT use conditional expressions in if, for instance `.Mail=="astaxie@gmail.com"`. Only boolean values are acceptable. +**Attention** You CANNOT use conditional expressions in if, for instance `.Mail=="astaxie@gmail.com"`. Only boolean values are acceptable. ### pipelines