We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08720f0 commit 2fee345Copy full SHA for 2fee345
1-js/13-modules/03-modules-dynamic-imports/article.md
@@ -94,5 +94,5 @@ Dynamic imports work in regular scripts, they don't require `script type="module
94
```smart
95
Although `import()` looks like a function call, it's a special syntax that just happens to use parentheses (similar to `super()`).
96
97
-So we can't copy `import` to a variable or use `call/apply` with it. That's not a function.
+So we can't copy `import` to a variable or use `call/apply` with it. It's not a function.
98
```
0 commit comments