fix: fix typo

This commit is contained in:
Nolan Lawson 2021-03-15 19:17:59 -07:00
parent 205e9cd7a7
commit e6bc99ab93
1 changed files with 1 additions and 1 deletions

View File

@ -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()
])
}