From ee3cee2a500b6a6e2fc6353deee0572bd16cea68 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 12 Sep 2017 20:55:31 +0700 Subject: [PATCH] Typo --- client/coral-admin/src/components/CommentBodyHighlighter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-admin/src/components/CommentBodyHighlighter.js b/client/coral-admin/src/components/CommentBodyHighlighter.js index aa3fa1274..f58859648 100644 --- a/client/coral-admin/src/components/CommentBodyHighlighter.js +++ b/client/coral-admin/src/components/CommentBodyHighlighter.js @@ -22,7 +22,7 @@ function markWords(body, words, keyPrefix) { return content; } -// markWords looks for links inside `body` and highlights them by returning +// markLinks looks for links inside `body` and highlights them by returning // an array of React Elements. function markLinks(body) { const tokens = body.split(linkRegexp);