Skip to content

Commit db76045

Browse files
committed
PR feedback
1 parent 286485c commit db76045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api-documenter/src/utils/Utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
} from '@microsoft/api-extractor-model';
88

99
export class Utilities {
10-
private static readonly _badFilenameCharsRegExp: RegExp = /[^\w\-\.]/ig;
10+
private static readonly _badFilenameCharsRegExp: RegExp = /[^a-z0-9_\-\.]/ig;
1111
/**
1212
* Generates a concise signature for a function. Example: "getArea(width, height)"
1313
*/

0 commit comments

Comments
 (0)