Skip to content

Commit 531ffa4

Browse files
committed
fix(copy): fix typo
1 parent 26ce826 commit 531ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utilities/src/utilities/markdownToHtml/markdownToHtml.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const _removeHtmlTags = str => str.replace(_htmlTagRegex, '');
2121
* and removing single new lines.
2222
*
2323
* @param {string} str String to be checked
24-
* @returns {string} String with mutliple spaces and single new lines removed
24+
* @returns {string} String with multiple spaces and single new lines removed
2525
* @private
2626
*/
2727
const _cleanString = str => str.replace(_cleanStringRegex, ' ');

0 commit comments

Comments
 (0)