From 553d35b3f63b4255c2d1f91519c6f8c56cb0b3b7 Mon Sep 17 00:00:00 2001
From: ncastejon <castejon.nicolas@gmail.com>
Date: Mon, 3 Feb 2020 17:03:18 +0100
Subject: [PATCH] Fix md

---
 docs/components/services/mailer.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/services/mailer.md b/docs/components/services/mailer.md
index 978042a..bb3471d 100644
--- a/docs/components/services/mailer.md
+++ b/docs/components/services/mailer.md
@@ -39,7 +39,7 @@ npm install -g mjml
 
 It uses its own file extention (`.mjml`) and syntax that abstracts the whole layer of complexity related to responsive email design. Once the template done and the content updated we can convert the mjml syntax to html using the following command:
 
-```
+```bash
 mjml my-file.mjml -o my-file.html
 ```
 
-- 
GitLab