Skip to content

Commit ceb646e

Browse files
author
Wonkook Lee
committed
type inferring bug fix
1 parent 15d5842 commit ceb646e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ export interface PathmapConfig extends Record<string, any> {
5353
};
5454
};
5555
/**
56-
* Extract segments as semantic strings.
56+
* Categorize each respective segment.
5757
*/
58-
categorize?: {
58+
categories?: {
5959
[key: string]: any;
6060
}[];
6161
}

0 commit comments

Comments
 (0)