docs(esm): fix typo (#2866)

This commit is contained in:
J Bruni 2022-01-24 07:31:55 -03:00 committed by GitHub
parent a53246a1a4
commit 3125c72e09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ Also when using dynamic import syntax (in both CJS and ESM files), we always hav
import('cjs-pkg').then(console.log) // [Module: null prototype] { default: { test: '123' } }
```
In this case, we need to manually inerop default export:
In this case, we need to manually interop the default export:
```js
// Static import