fix: fix typo
This commit is contained in:
parent
205e9cd7a7
commit
e6bc99ab93
|
@ -16,7 +16,7 @@ async function loadIntlPolyfillsIfNecessary () {
|
|||
}
|
||||
await Promise.all([
|
||||
typeof Intl.RelativeTimeFormat !== 'function' && importIntlRelativeTimeFormat(),
|
||||
typeof typeof Intl.ListFormat !== 'function' && importIntlListFormat()
|
||||
typeof Intl.ListFormat !== 'function' && importIntlListFormat()
|
||||
])
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue