diff options
author | Hakim El Hattab | 2018-10-03 12:44:53 +0200 |
---|---|---|
committer | GitHub | 2018-10-03 12:44:53 +0200 |
commit | c9ab489ba2db514bea6e9fbc94e718c8acb9f1c1 (patch) | |
tree | 2d43bf5d25ddb49723daa646444398e3e7a27e96 | |
parent | f089e1b228013f45d0bfdb4f928b70f7288e82e6 (diff) | |
parent | 7b2769901e2389e5d0693597fb98fdae22c4b7f6 (diff) |
Merge pull request #2245 from rollandf/master
Fix typo
-rwxr-xr-x | plugin/markdown/markdown.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/markdown/markdown.js b/plugin/markdown/markdown.js index aa08ee5..31029ae 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) |