Skip to content

Commit

Permalink
Coherent update from 'best-fit' to 'best fit' (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdo Ghafoor committed Mar 31, 2021
1 parent 8bc950d commit 6c218bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core-base/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export interface CurrencyNumberFormatOptions extends Intl.NumberFormatOptions {
style: 'currency'
currency: string // Obligatory if style is 'currency'
currencyDisplay?: CurrencyDisplay
localeMatcher?: 'lookup' | 'best-fit'
formatMatcher?: 'basic' | 'best-fit'
localeMatcher?: 'lookup' | 'best fit'
formatMatcher?: 'basic' | 'best fit'
}

export type NumberFormatOptions =
Expand Down

0 comments on commit 6c218bf

Please sign in to comment.