Skip to content

Commit c91c93e

Browse files
authored
Merge branch 'main' into add-codecov
2 parents 3149000 + 25115c6 commit c91c93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ export type Hit<T = Record<string, any>> = T & {
151151
_formatted?: Partial<T>
152152
_matchesPosition?: MatchesPosition<T>
153153
_rankingScore?: number
154-
_rankingScoreDetails?: RakingScoreDetails
154+
_rankingScoreDetails?: RankingScoreDetails
155155
}
156156

157-
export type RakingScoreDetails = {
157+
export type RankingScoreDetails = {
158158
words?: {
159159
order: number
160160
matchingWords: number

0 commit comments

Comments
 (0)