Browse Source

Merge pull request #2245 from rollandf/master

Fix typo
Hakim El Hattab 6 years ago
parent
commit
c9ab489ba2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugin/markdown/markdown.js

+ 1 - 1
plugin/markdown/markdown.js

@@ -273,7 +273,7 @@
 	/**
 	/**
 	 * Check if a node value has the attributes pattern.
 	 * Check if a node value has the attributes pattern.
 	 * If yes, extract it and add that value as one or several attributes
 	 * 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
 	 * You need Cache Killer on Chrome to see the effect on any FOM transformation
 	 * directly on refresh (F5)
 	 * directly on refresh (F5)