Skip to content

Commit 41af875

Browse files
committed
bugfix
1 parent 32e6393 commit 41af875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const simplify: (x: string) => string = pipe(
191191
replaceDigitNames,
192192
replace(/\[.*\]/, ""),
193193
replace(/[*:'"]/g, ""),
194-
replace(/[,.?!\n-+]/g, " "),
194+
replace(/[,.!?\n\-+]/g, " "),
195195
replace(/\s+/g, " "),
196196
replace(/<\/?i>/g, ""),
197197
replace(/\bdoctor\b/g, "dr"),

0 commit comments

Comments
 (0)