From 7b2769901e2389e5d0693597fb98fdae22c4b7f6 Mon Sep 17 00:00:00 2001
From: Fred Rolland <frolland@redhat.com>
Date: Tue, 2 Oct 2018 17:52:51 +0300
Subject: [PATCH] Fix typo

---
 plugin/markdown/markdown.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/markdown/markdown.js b/plugin/markdown/markdown.js
index aa08ee5e..31029aef 100755
--- a/plugin/markdown/markdown.js
+++ b/plugin/markdown/markdown.js
@@ -273,7 +273,7 @@
 	/**
 	 * Check if a node value has the attributes pattern.
 	 * If yes, extract it and add that value as one or several attributes
-	 * the the terget element.
+	 * to the target element.
 	 *
 	 * You need Cache Killer on Chrome to see the effect on any FOM transformation
 	 * directly on refresh (F5)
-- 
GitLab