mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 01:24:02 +08:00
Typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user