Skip to content

Commit

Permalink
Fix failing tests master (#4982)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix authored Feb 9, 2018
1 parent 98d6c7e commit 7a497ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @param {string} text The potential Markdown text to correct.
*
* @returns {string} The corrected Markdown.
* @return {string} The corrected Markdown.
*/
export default function( text ) {
return text.replace(
Expand Down

0 comments on commit 7a497ff

Please sign in to comment.